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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-9 / +1 lines)
Lines 2076-2093 fieldset.rows+h3 {clear:both;padding-top:.5em;} Link Here
2076
    }
2076
    }
2077
2077
2078
#clearscreen {
2078
#clearscreen {
2079
    margin-right: 0;
2080
    position: absolute;
2079
    position: absolute;
2081
    top:0;
2080
    top:0;
2082
    right:0;
2081
    right:0;
2083
    }
2082
    }
2084
/* CSS Hack to target Firefox */
2083
2085
@-moz-document url-prefix() {
2086
    #clearscreen {
2087
        margin-right : 1em;
2088
        top: -1em;
2089
    }
2090
}
2091
#clearscreen a {
2084
#clearscreen a {
2092
    display:block;
2085
    display:block;
2093
    -moz-border-radius: 0 0 0 5px;
2086
    -moz-border-radius: 0 0 0 5px;
2094
- 

Return to bug 7693