2 * Styles for Special:UserRights
4 .mw-userrights-nested {
8 .mw-userrights-nested span {
10 display: inline-block
;
11 vertical-align: middle
;
14 .mw-userrights-disabled {
18 .mw-userrights-groups
* td
,
19 .mw-userrights-groups * th {
23 .mw-userrights-groups * th {
27 /* Dynamically show/hide the expiry selection underneath each checkbox */
28 input
.mw-userrights-groupcheckbox:not
( :checked
) ~ .mw-userrights-nested
{
32 /* Initial hide the expiry fields to prevent a FOUC on loading */
33 /* The input fields gets unhidden by JavaScript when needed */
34 .client-js .mw-userrights-expiryfield {