Revision 97cd255d snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss | ||
---|---|---|
22 | 22 |
} |
23 | 23 |
h4 { |
24 | 24 |
width: $storage-h4-w; |
25 |
height: $list-icon-height; |
|
26 |
line-height: $list-icon-height; |
|
27 | 25 |
} |
28 |
.info { |
|
29 |
margin-right: 40px; |
|
30 |
} |
|
31 | 26 |
} |
32 | 27 |
.folder { |
33 | 28 |
.img-wrap { |
... | ... | |
83 | 78 |
overflow: visible; |
84 | 79 |
&>li { |
85 | 80 |
text-align: left; |
86 |
padding-right: 15px;
|
|
87 |
padding-left: 15px;
|
|
81 |
padding-right: 50px;
|
|
82 |
padding-left: 50px;
|
|
88 | 83 |
.col { |
89 | 84 |
float: left; |
90 | 85 |
} |
... | ... | |
93 | 88 |
width: auto; |
94 | 89 |
} |
95 | 90 |
.basic-data { |
96 |
width: 250px; |
|
91 |
width: 180px; |
|
92 |
padding-right: 20px; |
|
93 |
.img-wrap { |
|
94 |
a { |
|
95 |
display: block; |
|
96 |
} |
|
97 |
} |
|
98 |
&:hover { |
|
99 |
a { |
|
100 |
color: $link-color-hover; |
|
101 |
} |
|
102 |
} |
|
97 | 103 |
} |
98 | 104 |
.size-data{ |
99 |
width: 400px; |
|
105 |
width: 360px; |
|
106 |
padding-right: 20px; |
|
100 | 107 |
.progress-col { |
108 |
width: $progress-col-w; |
|
101 | 109 |
padding-top: 7px; |
102 | 110 |
.progress { |
103 | 111 |
border-color: $gray-2; |
... | ... | |
115 | 123 |
} |
116 | 124 |
.size { |
117 | 125 |
width: auto; |
118 |
padding-left: 20px; |
|
119 | 126 |
font-size: emCalc(14px); |
120 | 127 |
} |
121 | 128 |
} |
122 | 129 |
h5 { |
123 | 130 |
float: left; |
124 |
width: 158px;
|
|
131 |
width: 220px;
|
|
125 | 132 |
font-size: emCalc(14px); |
126 | 133 |
font-weight: normal; |
127 | 134 |
line-height: $list-icon-height; |
128 | 135 |
height: $list-icon-height; |
129 | 136 |
margin: 0; |
130 |
margin:0 20px; |
|
137 |
margin:0 20px 0 0 ;
|
|
131 | 138 |
overflow: hidden; |
132 | 139 |
white-space: nowrap; |
133 | 140 |
} |
134 | 141 |
.project { |
135 | 142 |
line-height: $list-icon-height; |
136 | 143 |
height: $list-icon-height; |
137 |
width: 102px;
|
|
144 |
width: 100px;
|
|
138 | 145 |
font-size: emCalc(14px); |
139 | 146 |
position: relative; |
140 | 147 |
right: 0; |
... | ... | |
148 | 155 |
display: none; |
149 | 156 |
z-index: 1; |
150 | 157 |
background: #fff; |
151 |
min-width: 100px + 200px;
|
|
158 |
min-width: 100px + 240px;
|
|
152 | 159 |
li { |
153 | 160 |
padding: 6px 5px; |
154 | 161 |
} |
... | ... | |
157 | 164 |
border: 1px solid $gray-2; |
158 | 165 |
position: relative; |
159 | 166 |
min-width: $list-icon-height; |
160 |
padding: 0 11px;
|
|
167 |
padding: 0 10px;
|
|
161 | 168 |
float: right; |
162 | 169 |
em { |
163 | 170 |
// display: none; |
Also available in: Unified diff