diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index fb615b4cec..45879945db 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -10,6 +10,7 @@ @import "./manage/categories"; @import "./manage/tags"; @import "./manage/flags"; +@import "./manage/groups"; @import "./manage/users"; @import "./appearance/customise"; @import "./appearance/themes"; diff --git a/public/less/admin/manage/groups.less b/public/less/admin/manage/groups.less new file mode 100644 index 0000000000..f6dac84921 --- /dev/null +++ b/public/less/admin/manage/groups.less @@ -0,0 +1,5 @@ +.group { + .current_members { + padding: 0; + } +} \ No newline at end of file diff --git a/src/views/admin/manage/group.tpl b/src/views/admin/manage/group.tpl index 318a913de2..e828d9da81 100644 --- a/src/views/admin/manage/group.tpl +++ b/src/views/admin/manage/group.tpl @@ -1,97 +1,78 @@
-
-
Group Settings
-
- - +
-
- - readonly/> -
+ + readonly/>
-
- - -
+ +
-
- - -
+ +
-
-
- -
+
+
-
- - {group.userTitle} - -
+ + {group.userTitle} +
-
-
- -
+
+
-
-
- -
+
+
-
- - -
    -
    + + +
      -
      - -

      Click on a user to remove them from the group

      -
        - -
      • - - {group.members.username} -
      • - -
      + +

      Click on a user to remove them from the group

      + +
      +
      +
        + +
      • + + {group.members.username} +
      • + +
      +
      - -