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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-3 / +2 lines)
Lines 1037-1043 fieldset { Link Here
1037
            text-align: right;
1037
            text-align: right;
1038
            width: 9em;
1038
            width: 9em;
1039
1039
1040
            .error {
1040
            &.error {
1041
                float: none;
1041
                float: none;
1042
                margin-left: 1em;
1042
                margin-left: 1em;
1043
                width: auto;
1043
                width: auto;
Lines 1049-1055 fieldset { Link Here
1049
                margin-left: 1em;
1049
                margin-left: 1em;
1050
            }
1050
            }
1051
1051
1052
            .yesno {
1052
            &.yesno {
1053
                float: none;
1053
                float: none;
1054
                width: auto;
1054
                width: auto;
1055
            }
1055
            }
1056
- 

Return to bug 21223