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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+4 lines)
Lines 845-850 textarea { Link Here
845
    }
845
    }
846
}
846
}
847
847
848
textarea {
849
    resize: both;
850
}
851
848
input {
852
input {
849
    &[type="submit"] {
853
    &[type="submit"] {
850
        padding: .5em 1em;
854
        padding: .5em 1em;
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +4 lines)
Lines 136-141 textarea { Link Here
136
    width: auto;
136
    width: auto;
137
}
137
}
138
138
139
textarea {
140
    resize: both;
141
}
142
139
.input-fluid {
143
.input-fluid {
140
    width: 50%;
144
    width: 50%;
141
}
145
}
142
- 

Return to bug 40081