Revision d6d06450 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
222 222
					a {
223 223
						span {
224 224
							font-size: 1.5em;
225
							margin-right: 2px;
225 226
						}
226 227
					}
227 228
				}
......
350 351
					visibility: hidden;
351 352
				}
352 353
				h4 {
353
					// height:auto;
354
					// line-height: $bar-height;
355 354
					margin:0;
356 355
				}
357 356
				.img-wrap {
......
376 375
	}
377 376
}
378 377

  
378
// disable hover effect for the .containers li
379
.containers {
380
	.storage {
381
		.items-list {
382
			&>li:hover {
383
				background-color: inherit;
384
			}
385
		}
386
	}
387
}
388

  
389
// select-all for pithos view (alignment)
390
.storage {
391
	.lt-bar {
392
		.lt-actions {
393
			.select {
394
				margin-right: 4px;
395
			}
396
		}
397
	}
398
}
399

  
379 400
.lt-bar {
380 401
	.items-list {
381 402
		.check, .actions, .info {

Also available in: Unified diff