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 849-854 textarea { Link Here
849
    }
849
    }
850
}
850
}
851
851
852
textarea {
853
    resize: both;
854
}
855
852
input {
856
input {
853
    &[type="submit"] {
857
    &[type="submit"] {
854
        padding: .5em 1em;
858
        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