Revision 91c8f399 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss
79 79
		}
80 80
		h4 {
81 81
			font-size: emCalc(12px);
82
			overflow: hidden;
82
			// overflow: hidden;
83 83
			margin-bottom: 4px;
84 84
			height: 32px;
85 85
			font-weight: normal;
......
142 142
				height:$grid-icon-height;
143 143
				.snf-font {
144 144
					font-size: $grid-icon-height;
145
					line-height: 120%;
145
					// line-height: 120%;
146 146
				}
147 147
			}
148 148
			.container {
......
237 237
				float:left;
238 238
				text-align: center;
239 239
				height: $list-icon-height;
240
				top: -6px;
240 241
				.os {
241
					@include sprite('../images/os-unknown.png', 16px, 16px);
242
					@include sprite('../images/os-unknown.png', 14px, 14px);
242 243
					background-size:100%;
243 244
					position: absolute;
244 245
					display: block;
245 246
					text-align: center;
246
					line-height:18px;
247
					// line-height:18px;
247 248
					left:50%;
248
					margin-left:-8px;
249
					top:4px;
249
					margin-left: -7px;
250
					top: 6px;
250 251
				}
251 252
				.snf-font {
252 253
					font-size: $list-icon-height;
......
254 255
				}
255 256
			}
256 257
			h4 {
257
				width:$h4-w
258
				;
258
				width:$h4-w;
259
				overflow: hidden;
259 260
				float:left;
260 261
				text-align: left;
261 262
				height:20px;
......
305 306
					visibility: hidden;
306 307
				}
307 308
				h4 {
308
					height:auto;
309
					line-height: $bar-height;
309
					// height:auto;
310
					// line-height: $bar-height;
310 311
					margin:0;
311 312
				}
312 313
				.img-wrap {
......
370 371
.img-wrap {
371 372
	width: 60px;
372 373
	position: relative;
373
	overflow: hidden;
374
	// overflow: hidden;
374 375
	display: inline-block;
375 376
	line-height: 100%;
376 377
	span {
......
381 382
	.os {
382 383
		@include sprite('../images/os-unknown.png', 22px, 22px);
383 384
		position: absolute;
384
		top:12px;
385
		top: 8px;
385 386
		left:50%;
386 387
		margin-left:-11px;
387 388
		&.windows { background-image:url('../images/os-windows.png'); }
388 389
		&.kubuntu { background-image:url('../images/os-kubuntu.png'); }
389 390
		&.fedora { background-image:url('../images/os-fedora.png'); }
391
		&.symbol {
392
			position: relative;
393
			top: -50px;
394
			left: 0;
395
			margin-left: 0;
396
			width: auto;
397
			height: auto;
398
			// top: 10px;
399
		}
390 400
	}
391 401
}
392 402

  
......
417 427
	.img-wrap {
418 428
		.snf-pc-full {
419 429
			display: block;
420
			overflow: hidden;
430
			// overflow: hidden;
421 431
		}
422 432
		.incomplete {
423 433
			color: $vm-building-color;
......
425 435
		}
426 436
		.complete {
427 437
			width: 0%;
428
			position: relative;
429
			top: -60px;
438
			position: absolute;
439
			top: 0;
440
			overflow: hidden;
430 441
		}
431 442
	}
432 443
}

Also available in: Unified diff