Revision 6bd1416f snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
546 546
			position: relative;
547 547
			font-size: emCalc(12px);
548 548
			top:($bar-height - 30px)/2;
549
			width: 100px;
549 550
			&:hover {
550 551
				@include transition(background, 0ms, ease-out);
551 552
			}
......
583 584
			span {
584 585
				padding-left:10px;
585 586
				background:url('../images/nav-rt.png') no-repeat left top;
587
				float: right;
586 588
			}
587 589
			&:hover {
588 590
				background-position:right bottom;
589 591
				span {
590 592
					background-position:left bottom;
593
					float:right;
591 594
				}
592 595
			}
593 596
		}

Also available in: Unified diff