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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-6 / +5 lines)
Lines 895-901 fieldset { Link Here
895
        border: 2px solid #B9D8D9;
895
        border: 2px solid #B9D8D9;
896
896
897
        div {
897
        div {
898
            .hint {
898
            &.hint {
899
                margin-bottom: .4em;
899
                margin-bottom: .4em;
900
            }
900
            }
901
        }
901
        }
Lines 1010-1018 fieldset { Link Here
1010
        }
1010
        }
1011
1011
1012
        div {
1012
        div {
1013
            .hint {
1013
            &.hint {
1014
                margin-bottom: .4em;
1014
                margin-bottom: .4em;
1015
                margin-left: 7.5em;
1015
                margin-left: 10.5em;
1016
            }
1016
            }
1017
        }
1017
        }
1018
1018
Lines 1120-1126 fieldset { Link Here
1120
                font-weight: bold;
1120
                font-weight: bold;
1121
                margin-right: 1em;
1121
                margin-right: 1em;
1122
                text-align: right;
1122
                text-align: right;
1123
                width: 6em;
1123
                width: 9em;
1124
            }
1124
            }
1125
        }
1125
        }
1126
1126
Lines 1167-1173 fieldset { Link Here
1167
1167
1168
.yui-u {
1168
.yui-u {
1169
    div {
1169
    div {
1170
        .hint {
1170
        &.hint {
1171
            margin-bottom: .4em;
1171
            margin-bottom: .4em;
1172
        }
1172
        }
1173
    }
1173
    }
1174
- 

Return to bug 21239