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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
200 200
	height:100%;
201 201
}
202 202

  
203
body {
204
	padding-top:$header-height+$bar-height;
205
}
206

  
203 207
.overlay-wrapper {
204 208
	min-height:100%;
205 209
}
......
227 231
/* Header ----------------------------------------------- */
228 232

  
229 233
.header {
230
	position:relative;
234
	position:fixed;
235
	top:0;
236
	left:0;
237
	right:0;
238
	width:100%;
231 239
	height:$header-height;
232 240
	line-height:$header-height;
233 241
	padding:0 $header-padding-horizontal;
234 242
	border-bottom:1px solid $primary-color;
235
	background:#fff;
243
	background:white;
244
	z-index:100;
236 245
	.icons-nav {
237 246
		position:absolute;
238 247
		left:$header-padding-horizontal - $icons-nav-margin-horizontal;
......
266 275
/* Actions Bar ----------------------------------------------- */
267 276

  
268 277
.actions-bar {
278
	position:fixed;
279
	left:0;
280
	top:$header-height;
281
	width:100%;
282
	z-index:15;
269 283
	text-align:center;
270 284
	height:$bar-height;
271 285
	line-height:$bar-height;
272
	position:relative;
286
	background:white;
273 287
	border-bottom:1px solid $primary-color;
274 288
	.row {
275 289
		position: relative;

Also available in: Unified diff