Page MenuHomeWickedGov Phorge

special.massGlobalBlock.less
No OneTemporary

Size
940 B
Referenced Files
None
Subscribers
None

special.massGlobalBlock.less

.mw-special-MassGlobalBlock {
// Fix spacing around tables, so that they are consistent with the normal spacing for OOUI fields.
/* stylelint-disable-next-line selector-max-id */
#mw-globalblocking-mass-block-table {
margin: 1em 0 0;
}
// Make the "other reason" field appear below the dropdown in a similar way to Special:Block.
.mw-htmlform-select-and-other-field {
.oo-ui-textInputWidget,
.oo-ui-dropdownInputWidget {
display: block;
max-width: 50em;
}
.oo-ui-textInputWidget {
margin-top: 0.5em;
}
}
}
// Special:MassGlobalBlock uses form fields which are initially hidden using 'hide-if'. However, these elements
// don't get hidden until the JS has loaded which causes the elements to flash into and out of existence on load.
// Hiding them until JS is loaded avoids this flash.
.client-js .mw-special-MassGlobalBlock {
.mw-htmlform-hide-if:not( .mw-globalblocking-js-loaded ) {
display: none;
}
}

File Metadata

Mime Type
text/plain
Expires
Aug 19 2026, 17:05 (4 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c9/9d/9400d52c8222213cb58ab73d2a4a
Default Alt Text
special.massGlobalBlock.less (940 B)

Event Timeline