Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special / userrights.css
blob06a74f5c4ef3561b210776dc30a7420bfbac8ea0
1 /*!
2 * Styles for Special:UserRights
3 */
4 .mw-userrights-nested {
5 margin-left: 1.2em;
8 .mw-userrights-nested span {
9 margin-left: 0.3em;
10 display: inline-block;
11 vertical-align: middle;
14 .mw-userrights-disabled {
15 color: #72777d;
18 .mw-userrights-groups * td,
19 .mw-userrights-groups * th {
20 padding-right: 1.5em;
23 .mw-userrights-groups * th {
24 text-align: left;
27 /* Dynamically show/hide the expiry selection underneath each checkbox */
28 input.mw-userrights-groupcheckbox:not( :checked ) ~ .mw-userrights-nested {
29 display: none;
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;