mediawiki-extensions-Confir.../SimpleCaptcha/resources/ext.confirmEdit.simpleCaptcha.css
Ed Sanders 423234cb77 Convert SimpleCaptcha to OOUI
Change-Id: Ic904b53b2ac489be572f4b6096ddc8c92c482a59
2018-12-12 11:51:38 +00:00

11 lines
269 B
CSS

.simplecaptcha-field .oo-ui-fieldLayout-header {
/* stylelint-disable declaration-no-important */
width: auto !important;
padding-right: 1em !important;
/* stylelint-enable declaration-no-important */
}
.simplecaptcha-answer.oo-ui-textInputWidget {
width: 5em;
}