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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
195 195
	font-size:emCalc(12px);
196 196
	&:hover,
197 197
	&:focus {
198
		// border-width:2px;
199
		// line-height: $btn-height - 4px;
200
		// padding:0 19px;
201
		background:lighten($overlay-color-top, 10%);
198
		border-width:2px;
199
		line-height: $btn-height - 4px;
200
		padding:0 19px;
202 201
	}
203 202
	&.current {
204 203
		background:white;
......
355 354
}
356 355
.new-btn {
357 356
	position: absolute;
358
	left:0;
357
	left:$header-padding-horizontal;
359 358
	bottom:0;
360 359
	height:$bar-height;
361 360
	a {
......
474 473

  
475 474
@media only screen and (max-width: $small-screen) {
476 475
	body {
477
		padding-top:2*$header-height+$bar-height;
476
		padding-top:0
477
	}
478
	.header, .actions-bar {
479
		position:static;
480
		z-index: auto;
478 481
	}
479 482
	.actions-bar {
480 483
		top:2*$header-height;
481 484
	}
482 485
	.header {
483
		height: 2*$header-height;
486
		height: $header-height-responsive;
487
		line-height:50px;
484 488
		.icons-nav {
485 489
			position: static;
486 490
		}

Also available in: Unified diff