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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/app.scss
212 212
	background:$white;
213 213
	.logo {
214 214
		text-align: center;
215
		img {
216
			max-height: 30px;			
217
		}
215 218
	}
216 219
	.actions {
217 220
		text-align:center;
......
221 224
		margin:2*$header-padding-vertical 0 $header-padding-vertical;
222 225
		.main-actions {
223 226
			position:relative;
224
			top:95px;
227
			top:86px;
228
			margin:0 -40px;
229
			border-bottom:1px solid lighten($primary-color,20%);
225 230
		}
226 231
		ul {
227 232
			margin:0;
......
418 423
				color:$secondary-color;
419 424
				font-weight: bold;
420 425
				font-size:emCalc(27px);
421

  
426
				cursor: pointer;
422 427
			}
423 428

  
424 429
		}
......
436 441
	.items-list li .os {
437 442
		background-size:80%;
438 443
	}
439
	li:hover,
444
	li:hover {
445
		background:lighten($primary-color,35%);
446
	}
440 447
	li.current {
441 448
		background:lighten($primary-color,30%);
442 449
		cursor: pointer;
450

  
443 451
	}
452

  
444 453
}
445 454

  
446 455
.vm {
......
519 528
.border-bottom-style1 {
520 529
	padding-bottom:20px;
521 530
	margin-bottom:20px;
522
	border-bottom:2px dashed $primary-color;
531
	border-bottom:1px dashed $primary-color;
523 532
}
524 533

  
525 534
.overlay {
526 535
	background:$secondary-color;
536
	position: relative;
537
	z-index:1;
527 538
	.lt-sidebar {
528 539
		border-right:1px solid $white;
529 540
		ul {

Also available in: Unified diff