From bcb3903446e9b40be899d9606d26ca490afcc69e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 1 Dec 2016 16:07:40 -0500 Subject: [PATCH] priv table headers --- public/less/admin/manage/categories.less | 27 +++++++++++++++++++ .../admin/partials/categories/privileges.tpl | 16 +++++++++-- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/public/less/admin/manage/categories.less b/public/less/admin/manage/categories.less index 76e68f340a..0f13af4deb 100644 --- a/public/less/admin/manage/categories.less +++ b/public/less/admin/manage/categories.less @@ -88,3 +88,30 @@ div.categories { } } + +.category { + .privilege-table { + tr > th:first-child { + min-width: 150px; + } + + .privilege-table-header { + background: white; + + th { + text-align: center; + border-top: 0; + text-transform: uppercase; + font-size: 9px; + } + + .arrowed:after { + border-bottom: 1px dashed #ccc; + content: ""; + width: 100%; + display: block; + padding-top: 5px; + } + } + } +} \ No newline at end of file diff --git a/src/views/admin/partials/categories/privileges.tpl b/src/views/admin/partials/categories/privileges.tpl index 497fa71ac0..28b5f0849f 100644 --- a/src/views/admin/partials/categories/privileges.tpl +++ b/src/views/admin/partials/categories/privileges.tpl @@ -1,4 +1,10 @@ - +
+ + + + + + @@ -34,7 +40,13 @@
Viewing PrivilegesPosting PrivilegesModeration Privileges
User
- +
+ + + + + +
Viewing PrivilegesPosting PrivilegesModeration Privileges
Group