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 @@
-
+
+
| User |
@@ -34,7 +40,13 @@
-