MediaWiki:Gadget-wadpEditor.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** CSS for the WADP reporting & query forms **/
.radio-inline .oo-ui-radioOptionWidget {
display: inline-block;
padding-right: 10px;
}
.checkbox-inline .oo-ui-checkboxMultioptionWidget {
display: inline-block;
padding-right: 13px;
}
.bold-label .oo-ui-fieldLayout-header {
font-weight: bold;
}
.full-width.mw-widget-dateInputWidget.oo-ui-textInputWidget {
max-width: none;
}
#wadp-popup-widget-position {
top: 0;
left: 0;
}