diff --git a/server/styles.css b/server/styles.css index ff30f7bb1f..47c9dc61a2 100644 --- a/server/styles.css +++ b/server/styles.css @@ -58,6 +58,10 @@ break-inside: avoid; } + .alternate-bg:nth-of-type(even) { + background-color: rgba(255,255,255,0.06); + } + /* This fixes scrollbar jump */ @media screen and (min-width: 960px) { html { diff --git a/server/templates/admin.hbs b/server/templates/admin.hbs index 3fa7568648..98b9a117b6 100644 --- a/server/templates/admin.hbs +++ b/server/templates/admin.hbs @@ -20,66 +20,80 @@ }); -
GitHub Login | -Admin | -- |
---|
{{github_login}} | -{{email_address}} | -{{about}} | -- {{#if wants_releases}}releases{{/if}} - {{#if wants_updates}}updates{{/if}} - {{#if wants_community}}community{{/if}} - | -- - | -
Github
+Releases
+Updates
+Community
+Remove
+{{email_address}}
+{{github_login}}
+{{#if wants_releases}}[✓]{{else}}[ ]{{/if}}
+{{#if wants_updates}}[✓]{{else}}[ ]{{/if}}
+{{#if wants_community}}[✓]{{else}}[ ]{{/if}}
+ +{{about}}
+