From 3df9e3d8f084b89437f516c0dada72f25a1acb3b Mon Sep 17 00:00:00 2001
From: Osile <mo@onlinestage4you.de>
Date: Sun, 13 Jan 2013 13:27:29 +0100
Subject: Adminpage endlich

---
 module/web/static/css/default/admin.less | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 module/web/static/css/default/admin.less

(limited to 'module/web/static/css/default')

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
-- 
cgit v1.2.3