aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 76fac7a15..a3b27e309 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1102,4 +1102,41 @@ input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;}
-webkit-border-radius:10px;
-border-radius:10px;
margin-left:5px;
+}
+
+.groups {
+ text-align:center;
+}
+.groups li {
+ vertical-align: middle;
+ position: relative;
+ display: inline-block;
+ text-align: left;
+ height: 300px;
+ width: 250px;
+ margin: 5px;
+ border-radius: 5px;
+}
+.groups p {
+ text-align:left;
+}
+.groups label>p {
+ margin: 0;
+ border-radius: 5px 5px 0 0;
+ padding: 2px;
+ text-align: center;
+}
+
+.groups input {
+ float: right;
+}
+p.list_user {
+ text-align: left;
+ max-height: 200px;
+ overflow: auto;
+}
+a.group_perm {
+ position: absolute;
+ bottom: 5px;
+ right: 5px;
} \ No newline at end of file