|
|
@ -36,10 +36,10 @@ NOTE: below 1024px we do some UI elements bigger, as this is good (imho)
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
font-size: @page-font-size;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
font-size: @page-font-size;
|
|
|
|
|
|
|
|
line-height: 1;
|
|
|
|
line-height: 1;
|
|
|
|
min-width: @page-min-width;
|
|
|
|
min-width: @page-min-width;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
@ -54,7 +54,6 @@ body > #layout {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
& > div {
|
|
|
|
&.sidebar,
|
|
|
|
&.sidebar,
|
|
|
|
&.list {
|
|
|
|
&.list {
|
|
|
@ -116,10 +115,10 @@ body > #layout {
|
|
|
|
& > .header,
|
|
|
|
& > .header,
|
|
|
|
& > .footer {
|
|
|
|
& > .footer {
|
|
|
|
background-color: @layout-header-background-color;
|
|
|
|
background-color: @layout-header-background-color;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 2.5em;
|
|
|
|
line-height: 2.5rem;
|
|
|
|
height: 2.5em;
|
|
|
|
height: 2.5rem;
|
|
|
|
padding: 0 0.25em;
|
|
|
|
padding: 0 0.25em;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
position: relative; /* for absolute positioning of searchbar */
|
|
|
|
position: relative; /* for absolute positioning of searchbar */
|
|
|
@ -146,7 +145,7 @@ body > #layout {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body.iframe {
|
|
|
|
html.iframe body {
|
|
|
|
overflow: auto;
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
|
|
|
|
#content {
|
|
|
|
#content {
|
|
|
@ -179,8 +178,8 @@ body.iframe {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: @screen-width-medium) {
|
|
|
|
@media screen and (max-width: @screen-width-medium) {
|
|
|
|
body:not(.iframe) {
|
|
|
|
html:not(.iframe) {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|