less cleanup + use @body-bg

main
psychobunny 10 years ago
parent d919bd3059
commit a35b220e83

@ -1,30 +1,20 @@
@media (max-width: 980px) { @media (max-width: 980px) {
html {
height: 100%;
overflow-y: hidden;
}
body { body {
height: 100%; height: 100%;
padding-top: 0; padding-top: 0;
overflow-y: scroll;
overflow-x: hidden;
} }
.header { #panel {
position: fixed; background: @body-bg;
top: 0px; min-height: 100%;
z-index: 5; padding-top: 80px;
#main-page-title {
bottom: -31px;
font-size: 20px;
color: #FFF;
left: 52px;
font-weight: 400;
}
#user_label {
right: 0px;
bottom: 7px;
}
#main-menu {
display: none;
}
} }
#menu { #menu {
@ -77,12 +67,6 @@
} }
} }
#panel {
background: white;
min-height: 100%;
padding-top: 80px;
}
.slideout-menu { .slideout-menu {
position: fixed; position: fixed;
left: auto; left: auto;
@ -96,7 +80,6 @@
display: none; display: none;
} }
.slideout-panel { .slideout-panel {
position: relative; position: relative;
z-index: 1; z-index: 1;
@ -113,18 +96,8 @@
display: block; display: block;
} }
html {
height: 100%;
overflow-y: hidden;
}
.slideout-open { .slideout-open {
overflow-y: hidden; overflow-y: hidden;
height: 100%; height: 100%;
} }
body {
overflow-y: scroll;
overflow-x: hidden;
}
} }
Loading…
Cancel
Save