summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-09-20 18:27:43 +0000
committerRobin Appelman <icewind1991@gmail.com>2010-09-20 18:27:43 +0000
commit91acafe6984e4e8602769375dbd6cde619e551bf (patch)
tree4c6a1f985441ec680285464e47bf1d4cb63df641 /css
parent369292d68f88c8d0a63fd384cd2269622b72b302 (diff)
downloadnextcloud-server-91acafe6984e4e8602769375dbd6cde619e551bf.tar.gz
nextcloud-server-91acafe6984e4e8602769375dbd6cde619e551bf.zip
initial version for user managment tab in the settings page
Diffstat (limited to 'css')
-rw-r--r--css/default.php50
1 files changed, 50 insertions, 0 deletions
diff --git a/css/default.php b/css/default.php
index 09f98976b9e..5f69eeaa1ba 100644
--- a/css/default.php
+++ b/css/default.php
@@ -454,4 +454,54 @@ div.moreActionsList tr:hover{
position:absolute;
overflow:auto;
height:100%;
+}
+
+table.userlist{
+ margin:0px;
+ padding:0px;
+ width:100%;
+ border-spacing:0px;
+}
+
+table.userlist>thead{
+ background-color:#DDD;
+}
+
+table.userlist td.sellect{
+ width:18px;
+}
+
+table.userlist td.name{
+ width:200px;
+}
+
+p.description{
+ background-color:#DDD;
+ margin:0px;
+ padding-top:3px;
+ padding-bottom:3px;
+ width:100%;
+ font-weight:bold;
+}
+
+#newUserForm, #newGroupForm{
+ width:100%;
+ padding-top:3px;
+ padding-bottom:3px;
+}
+
+#settingsContent_user_managment{
+ background-color:#F2F2F2;
+ min-height:100%;
+}
+
+#sellectedUsersActions>form{
+ display:inline;
+}
+
+#sellectedUsersActions{
+ margin:0px;
+ text-align:left;
+ background-color:#DDD;
+ width:100%;
} \ No newline at end of file