Revision 03bcb595 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
157 157
	}
158 158
}
159 159

  
160
.btn5 {
161
	border:1px solid white;
162
	color:white;
163
	display:inline-block;
164
	padding:0 20px;
165
	line-height:emCalc(28px);
166
	height:emCalc(30px);
167
	text-align:center;
168
	font-size:emCalc(12px);
169
	&:hover {
170
		border-width:2px;
171
		line-height: emCalc(26px);
172
		padding:0 19px;
173
	}
174
	&.current {
175
		background:white;
176
		color:$secondary-color;
177
	}
178
}
179

  
160 180
.btn-img {
161 181
	@extend .btn1;
162 182
	border-color:$secondary-color;
......
172 192

  
173 193

  
174 194
/* Layout ----------------------------------------------- */
175
html,body, .overlay-wrapper {
195
html,body {
176 196
	height:100%;
177 197
}
178 198

  
199
.overlay-wrapper {
200
	min-height:100%;
201
}
202

  
179 203
.lt-sidebar {
180 204
	width:250px;
181 205
	float:left;
......
200 224

  
201 225
.header {
202 226
	position:relative;
203
	padding:$header-padding-vertical $header-padding-horizontal;
227
	height:$header-height;
228
	line-height:$header-height;
229
	padding:0 $header-padding-horizontal;
204 230
	border-bottom:1px solid $primary-color;
205 231
	background:#fff;
206 232
	.icons-nav {
207 233
		position:absolute;
208
		left:$header-padding-horizontal;
209
		top:$header-padding-vertical;
234
		left:$header-padding-horizontal - $icons-nav-margin-horizontal;
235
		height:$header-height;
236
		line-height:$header-height;
237
		top:0;
210 238
	}
211 239
	.logo {
212 240
		text-align: center;
......
223 251
	}
224 252
	.login {
225 253
		position:absolute;
254
		top:0;
226 255
		right:$header-padding-horizontal;
227
		top:$header-padding-vertical;
256
		height:$header-height;
257
		line-height:$header-height;
228 258
	}
229 259
	
230 260
}
......
287 317
	@include marginPaddingZero();
288 318
	li {
289 319
		display: inline-block;
290
		margin-right:10px;
320
		margin:0 $icons-nav-margin-horizontal;
291 321
		font-size: emCalc(24px);
292 322
		line-height: 1em;
293 323
		padding-bottom:5px;
294 324
		width: 30px;
325
		text-align:center;
295 326
		overflow: hidden;
296 327
		a {
297 328
			color:$black;

Also available in: Unified diff