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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
103 103
	z-index: 3;
104 104
}
105 105

  
106
@mixin square($side) {
107
	width: $side;
108
	height: $side;
109

  
110
}
111

  
106 112
/* Circle and Tags ----------------------------------------------- */
107 113
.circle {
108 114
	display:inline-block;
......
451 457
		.current, a:hover {
452 458
			color: $secondary-color;
453 459
		}
454
		.snf-listview {
455
			position: relative;
456
			top: 3px;
460
		.list {
457 461
			margin-right: 3px;
458
			font-size: 22px;
459
		}
460
		.snf-gridview {
461
				font-size: 22px;
462
			.snf-listview {
462 463
				position: relative;
463 464
				top: 3px;
464
				margin-right: 3px;
465
				font-size: 22px;
466
			}
467
		}
468
		.grid {
469
			margin-right: 7px;
470
			.snf-gridview {
471
					font-size: 22px;
472
					position: relative;
473
					top: 3px;
474
			}
475
		}
476
		.single {
477
			@include square(14px);
478
			display: inline-block;
479
			border: 1px solid;
480
			background-color: transparent;
481
			&.current {
482
				background-color: $secondary-color;
483
			}
465 484
		}
466 485
		
467 486
	}

Also available in: Unified diff