diff --git a/static/styles/settings.css b/static/styles/settings.css index a39c7d850b..1d5b3fe1d3 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -194,6 +194,11 @@ td .button { background-color: inherit; color: inherit; border-top: 1px solid hsl(0, 0%, 86%) !important; + border-bottom: 1px solid hsl(0, 0%, 86%) !important; +} + +#admin-user-list .table tr:first-of-type td { + border-top: none; } .settings-section input[type=text].search { diff --git a/static/templates/settings/bot-list-admin.handlebars b/static/templates/settings/bot-list-admin.handlebars index b4167305dd..e55d1facee 100644 --- a/static/templates/settings/bot-list-admin.handlebars +++ b/static/templates/settings/bot-list-admin.handlebars @@ -1,17 +1,19 @@
+ + + + + + + {{#if is_admin}} + + {{/if}} + +
{{t "Name" }}{{t "Email" }}{{t "Owner" }}{{t "Bot type" }}{{t "Actions" }}
- - - - - - {{#if is_admin}} - - {{/if}} -
{{t "Name" }}{{t "Email" }}{{t "Owner" }}{{t "Bot type" }}{{t "Actions" }}
diff --git a/static/templates/settings/user-list-admin.handlebars b/static/templates/settings/user-list-admin.handlebars index 7dc1434b71..608956a241 100644 --- a/static/templates/settings/user-list-admin.handlebars +++ b/static/templates/settings/user-list-admin.handlebars @@ -2,16 +2,18 @@
+ + + + + + {{#if is_admin}} + + {{/if}} + +
{{t "Name" }}{{t "Email" }}{{t "Last active" }}{{t "Actions" }}
- - - - - {{#if is_admin}} - - {{/if}} -
{{t "Name" }}{{t "Email" }}{{t "Last active" }}{{t "Actions" }}