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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-6 / +7 lines)
Lines 868-874 fieldset { Link Here
868
    color: #696969;
868
    color: #696969;
869
    left: 0;
869
    left: 0;
870
    top: 0;
870
    top: 0;
871
    margin: 0 1em 1em 0;
871
    margin-bottom: 1em;
872
    padding: 1em;
872
    padding: 1em;
873
873
874
    + fieldset {
874
    + fieldset {
Lines 878-890 fieldset { Link Here
878
    }
878
    }
879
879
880
    legend {
880
    legend {
881
        position: relative;
882
        top: 1.5em;
883
        margin: .5em 0;
884
        font-size: 131%;
881
        font-size: 131%;
885
        font-weight: bold;
882
        font-weight: bold;
886
        color: #696969;
887
        border-bottom: none;
883
        border-bottom: none;
884
        color: #696969;
885
        float: left;
886
887
        & + * {
888
            clear: both;
889
        }
888
    }
890
    }
889
891
890
    &.lastchecked {
892
    &.lastchecked {
891
- 

Return to bug 30952