Revision 0ef95fe4 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
576 576
	}
577 577
}
578 578

  
579
.strorage-progress {
580
	position: fixed;
581
	bottom: 0;
582
	left: 0;
583
	right: 0;
584
	background: purple;
585
	color: #fff;
586
	z-index: 50;
587
	.wrap {
588
		position: relative;
589
		padding: 10px;
590
	}
591
	.loader {
592
		position: absolute;
593
		height: 3px;
594
		left: 0;
595
		top: 0;
596
		background: orange;
597
		width: 0%;
598
	}
599
	.summary {
600
		padding-left: $lt-bar-width + $check-w;
601
		margin: 0;
602
		font-size: emCalc(12px);
603
	}
604
	.details {
605
		display: none;
606
	}
607
}
608

  
579 609

  
580 610
/* Responive ------------------------------------------------ */
581 611
@media only screen and (max-width: $small-mobile) {

Also available in: Unified diff