summaryrefslogtreecommitdiffstats
path: root/module/web/static/css
diff options
context:
space:
mode:
authorGravatar Osile <mo@onlinestage4you.de> 2012-10-13 23:26:13 +0200
committerGravatar Osile <mo@onlinestage4you.de> 2012-10-13 23:26:13 +0200
commitc684d10e0ac8854275b446af5d6505fa1e014c71 (patch)
treee301f8d6c1a66e9318b97ad8bcb6aa42437bf7e2 /module/web/static/css
parentadded exceptions for clients, created test for WS client (diff)
downloadpyload-c684d10e0ac8854275b446af5d6505fa1e014c71.tar.xz
Erster Settings Entwurf
Diffstat (limited to 'module/web/static/css')
-rw-r--r--module/web/static/css/default/style.less14
1 files changed, 13 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less
index aa60fd8f3..49d859dd2 100644
--- a/module/web/static/css/default/style.less
+++ b/module/web/static/css/default/style.less
@@ -1,4 +1,4 @@
-/*
+/*
Definitions
*/
@@ -436,4 +436,16 @@ footer h2 {
.file-row.first {
width: 50%;
+}
+/*
+ Settings
+*/
+.setmenu{
+ background-color: #F5F5F5;
+ border: 1px solid #E3E3E3;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
+ margin-bottom: 20px;
+ min-height: 20px;
+ padding: 19px;
} \ No newline at end of file