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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
373 373
	#sb-search {
374 374
		height: 50px;
375 375
		position: absolute;
376
		right: 15px;
376
		right: 75px;
377 377
		top: -10px;
378 378
		.sb-icon-search {
379 379
			background-color: white;
380 380
			color: $primary-color;
381
			top: -6px;
382
			font-size: 20px;
383
			width:50px;
381 384
			&:hover {
382 385
				color: $secondary-color;
383 386
			}
......
399 402
			}
400 403
		}
401 404
	}
405

  
406
	.view-type {
407
		display:inline-block;
408
		position: absolute;
409
		right: 15px;
410
		top: 0px;
411
		.current {
412
			color: $secondary-color;
413
		}
414
		.snf-list {
415
				margin-right: 4px;
416
				font-size: 24px;
417
			}
418
		.snf-layout {
419
				font-size: 25px;
420
			}
421
		
422
	}
402 423
}
403 424
.new-btn {
404 425
	position: absolute;

Also available in: Unified diff