diff options
author | Osile <mo@onlinestage4you.de> | 2013-01-13 13:27:29 +0100 |
---|---|---|
committer | Osile <mo@onlinestage4you.de> | 2013-01-13 13:27:29 +0100 |
commit | 3df9e3d8f084b89437f516c0dada72f25a1acb3b (patch) | |
tree | 9002091bc1491608884eb3756ea6562d6f1bd536 /module/web/static/css/default | |
parent | Adminpage+verlinkungen (diff) | |
download | pyload-3df9e3d8f084b89437f516c0dada72f25a1acb3b.tar.xz |
Adminpage endlich
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/admin.less | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/module/web/static/css/default/admin.less b/module/web/static/css/default/admin.less new file mode 100644 index 000000000..8eaf172c6 --- /dev/null +++ b/module/web/static/css/default/admin.less @@ -0,0 +1,23 @@ +@import "style.less";
+
+/*
+ Admin
+*/
+
+.popover{
+ width: auto
+}
+.name{
+ position: absolute;
+ left:5px;
+ top: 15px;
+}
+#btn_newuser{
+ float: right;
+}
+#user_permissions{
+ float: right;
+}
+.userperm{
+ width: 115px;
+}
\ No newline at end of file |