diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index c0496c6e..9991fad0 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -796,6 +796,25 @@ table.revisions_table tr:hover { | |||
| 796 | margin: 0; | 796 | margin: 0; |
| 797 | } | 797 | } |
| 798 | 798 | ||
| 799 | .user_group_heading { | ||
| 800 | margin-top: 1.5rem; | ||
| 801 | } | ||
| 802 | |||
| 803 | /* Retired accounts: present for attribution, not for action. */ | ||
| 804 | .user_group_alumni, | ||
| 805 | .user_table_alumni { | ||
| 806 | color: var(--text-muted); | ||
| 807 | } | ||
| 808 | |||
| 809 | .role_choice { | ||
| 810 | display: block; | ||
| 811 | margin-bottom: 0.35rem; | ||
| 812 | } | ||
| 813 | |||
| 814 | .role_choice .field_hint { | ||
| 815 | margin-left: 0.5rem; | ||
| 816 | } | ||
| 817 | |||
| 799 | /* ============================================================ | 818 | /* ============================================================ |
| 800 | Translation compare view (page_translations#show) | 819 | Translation compare view (page_translations#show) |
| 801 | ============================================================ */ | 820 | ============================================================ */ |
