Revision 4b7e9b6e snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
463 463
		.current, a:hover {
464 464
			color: $secondary-color;
465 465
		}
466
		a {
467
			margin-right: 10px;
466
		a {			
467
			float: left;
468 468
			span {
469 469
				position: relative;
470 470
				&.snf-trash-outline {
471 471
				}
472 472
				&.snf-folder-create-outline {
473
					font-size: emCalc(19px)
473
					font-size: emCalc(18px)
474 474
				}
475 475
				&.snf-refresh-outline {
476 476
					font-size: emCalc(14px);
477
					top: -2px;
477 478
				}
478 479
			}
480
			&:not(:last-child) {
481
				margin-right: 10px;
482
			}
479 483
		}
480 484
		.single {
481 485
			@include square(14px , $link-color);
......
696 700
	display: block;
697 701
	margin: 0 auto;
698 702
}
699

  
700
.ai {
701
	@include files-icon(0 0);
702
}
703

  
704
.pdf {
705
	@include files-icon(0 -241px);
706
}
707

  
708
.txt {
709
	@include files-icon(0 -326px);
710
} 
711

  
712 703
.folder {
713 704
	background: url(file-types.png) no-repeat top left;
714
	background-position: 0 -85px;
705
	background-position: 0 -165px;
715 706
	width: 35px;
716 707
	height: 28px;
717
} 
708
}
709
/* to put in use
710
.folder-open {
711
	background: url(file-types.png) no-repeat top left;
712
	background-position: 0 --243px;
713
	width: 35px;
714
	height: 28px;
715
}
716
*/
717
.txt {
718
	@include files-icon(0 -486px);
719
}
720
.pdf {
721
	@include files-icon(0 -321px);
722
}
723
.excel {
724
	@include files-icon(0 -85px);
725
}
726
.word {
727
	@include files-icon(0 -571px);
728
}
729
.powerpoint {
730
	@include files-icon(0 -406px);
731
}
732
.ai {
733
	@include files-icon(0 0);
734
}

Also available in: Unified diff