SECURITY: resources: Patch jQuery 3.3.1 for CVE-2019-11358
[lhc/web/wiklou.git] / resources / src / mediawiki.special / userrights.css
1 /*!
2 * Styles for Special:UserRights
3 */
4 .mw-userrights-nested {
5 margin-left: 1.2em;
6 }
7
8 .mw-userrights-nested span {
9 margin-left: 0.3em;
10 display: inline-block;
11 vertical-align: middle;
12 }
13
14 .mw-userrights-disabled {
15 color: #72777d;
16 }
17
18 .mw-userrights-groups * td,
19 .mw-userrights-groups * th {
20 padding-right: 1.5em;
21 }
22
23 .mw-userrights-groups * th {
24 text-align: left;
25 }
26
27 /* Dynamically show/hide the expiry selection underneath each checkbox */
28 input.mw-userrights-groupcheckbox:not( :checked ) ~ .mw-userrights-nested {
29 display: none;
30 }
31
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 {
35 display: none;
36 }