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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
422 422
			width: $bar-height;
423 423
			height: $bar-height;
424 424
			line-height: $bar-height;
425
			float: left;
425
			float: right;
426 426
			&:hover {
427 427
				cursor:pointer;
428 428
			}
429
			z-index:1;
430
			position: relative;
431
			background: lighten($primary-color,35%);
429 432
		}
430 433
		.hd-search-input {
431 434
			border: transparent;
......
439 442
			line-height: 0.7* $bar-height;
440 443
			position: absolute;
441 444
			top:4px;
442
			left:$bar-height;
445
			left:0;
443 446
			@include placeholder {
444 447
				color:$overlay-color;
445 448
			}

Also available in: Unified diff