Changes for page Administration
Last modified by Thomas Coelho (local) on 2024/12/17 09:49
From version 5.1
edited by Thomas Coelho (local)
on 2024/05/16 11:01
on 2024/05/16 11:01
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-administration-ui/16.3.1]
To version 6.1
edited by Thomas Coelho (local)
on 2024/12/17 09:49
on 2024/12/17 09:49
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-administration-ui/16.10.1]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -13,11 +13,18 @@ 13 13 margin-top: 0; 14 14 } 15 15 16 -#admin-page-content label > input[type="checkbox"], 17 -#admin-page-content label > input[type="radio"] { 16 +#admin-page-content label > input[type="checkbox"] { 18 18 vertical-align: middle; 19 19 } 20 20 20 +#admin-page-content label > input[type="radio"] { 21 + vertical-align: baseline; 22 +} 23 + 24 +#admin-page-content .usersorgroupsnames label > input[type="radio"] { 25 + vertical-align: unset; 26 +} 27 + 21 21 /** 22 22 * Category Overview 23 23 */ ... ... @@ -61,6 +61,19 @@ 61 61 border-color: transparent; 62 62 } 63 63 71 +#admin-page-content .usersorgroupsnames { 72 + white-space: nowrap; 73 + /* Triple of the value for the .right column. This is useful to make sure the columns are somewhat balanced when 74 + there is only one right (e.g., extension rights with a default flavor). 75 + Keeping them balanced is useful to make sure the filters are displayed properly, which is especially important 76 + on a subwiki where we have to find a place to display the scope selector. */ 77 + width: 27%; 78 +} 79 + 80 +#usersandgroupstable-filters-scope { 81 + white-space: nowrap; 82 +} 83 + 64 64 #usersandgroupstable-filters #name { 65 65 width: 65%; 66 66 } ... ... @@ -79,6 +79,10 @@ 79 79 vertical-align: top; 80 80 } 81 81 102 +.xform #usersandgroupstable select { 103 + width: unset; 104 +} 105 + 82 82 /** 83 83 * Bootstrap's Accordion Menu 84 84 */