mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-23 22:54:02 +00:00
7f0c04f2b0
Fixed the following rule: no-missing-end-of-source-newline Change-Id: I0ba2e411279a101870c89b733dc9315be525c937
20 lines
335 B
CSS
20 lines
335 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;
|
|
}
|
|
|
|
.mw-inputbox-input {
|
|
margin-bottom: 0.5em;
|
|
}
|