View | Details | Raw Unified | Return to bug 21814
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-2 / +4 lines)
Lines 2-7 Link Here
2
2
3
$font-main: Arial, Verdana, Helvetica, sans-serif;
3
$font-main: Arial, Verdana, Helvetica, sans-serif;
4
$font-monospace: "Courier New", Courier, monospace;
4
$font-monospace: "Courier New", Courier, monospace;
5
$language-footer-min-height: 20px;
5
6
6
@mixin default-button {
7
@mixin default-button {
7
    background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 35%, #E0E0E0 100%);
8
    background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 35%, #E0E0E0 100%);
Lines 582-589 label, Link Here
582
}
583
}
583
584
584
.main {
585
.main {
586
    margin-bottom: $language-footer-min-height * 1.5;
585
    margin-top: 1em;
587
    margin-top: 1em;
586
    margin-bottom: 3em;
587
}
588
}
588
589
589
#login_controls {
590
#login_controls {
Lines 3311-3316 button, Link Here
3311
}
3312
}
3312
3313
3313
#changelanguage {
3314
#changelanguage {
3315
    min-height: $language-footer-min-height;
3316
3314
    .dropdown-menu {
3317
    .dropdown-menu {
3315
        > li {
3318
        > li {
3316
            > a,
3319
            > a,
3317
- 

Return to bug 21814