Revision 0b14cfb4 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
1 1
/* Storage (pithos) related styles  */
2 2

  
3 3
.storage {
4
	$storage-h4-w: 25%;
4 5
	.rect-plus {
5 6
		display: inline-block;
6 7
		background-color: #fff;
......
18 19
				height: $list-icon-height;
19 20
				line-height: $list-icon-height;
20 21
			}
22
			h4 {
23
				width: $storage-h4-w;
24
			}
25
			.info {
26
				margin-right: 40px;
27
			}
28
			li:hover {
29
				.actions-col {
30
					visibility: visible;
31
				}
32
			}
21 33
		}
22 34
	}
23 35
	.files {
......
50 62
				float:left;
51 63
				width:20%;
52 64
			}
53
			.actions-col {
54
				float:left;
55
				width:30%;
56
				visibility: hidden;
57

  
58
				a {
59
					margin-right: 10px;
60
				}
61
			}
65
			
62 66
			&:hover {
63 67
				border-color:$secondary-color;
64 68
				.actions-col { visibility:visible;}

Also available in: Unified diff