mediawiki-extensions-InputBox/resources/ext.inputBox.styles.css
glaisher ddf6329103 Make createboxButton disabling work again
'createboxButton' class was erroneously removed in Ia608324703987371
so add it back again. Also prefixed "inputbox-element" class with
a "mw-" for consitency as well.

Bug: T92611
Change-Id: I36718671e6012427a647de7a1cc712e3c8394ee1
2015-03-21 13:40:47 +05:00

16 lines
288 B
CSS

.mw-inputbox-centered {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.mw-inputbox-inline {
display: inline;
}
.mw-inputbox-element {
/* important is needed to overwrite display:table from mw-ui checkbox */
display: inline-table !important;
white-space: nowrap;
}