Revision 0ef95fe4 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
160 160
		}
161 161
	}
162 162
}
163
.list-view {
163
.list-view, .strorage-progress {
164 164
	.btn5 {
165 165
		display: none;
166 166
	}
......
210 210
		}
211 211
	}
212 212
	.items-list {
213
		$check-w : 60px;
214
		$img-wrap-w : 70px;
215
		$h4-w :40%;
216
		$tags-w :8%;
217
		$info-w: 25%;
218 213
		overflow:hidden;
219 214
		& >li {
220 215
			@extend .clearfix;
......
265 260
				text-align: left;
266 261
				height:20px;
267 262
				margin: 0;
263
				color: inherit;
268 264
			}
269 265
			.tags {
270 266
				float:left;
......
275 271
					vertical-align: text-top;
276 272
				}
277 273
			}
278
			.size {
274
			.size, .remove {
279 275
				float:left;
280 276
				width:$tags-w;
281 277
				height:$list-icon-height;
......
292 288
					display: inline;
293 289
				}
294 290
			}
295
			.info {
291
			.info, .progress-col {
296 292
				float: left;
297 293
				width: $info-w;
298 294
				height:$list-icon-height;
......
312 308
					}
313 309
				}
314 310
			}
315
			.actions-col {
311
			.actions-col, .remove {
316 312
				visibility: hidden;
317 313
				height:$list-icon-height;
318 314
				line-height: $list-icon-height;
319 315
				text-align: left;
316
				width: $actions-w;
317
				float: left;
320 318
				a {
321 319
					margin-right: 10px;
322 320
				}

Also available in: Unified diff