summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default/settings.less
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css/default/settings.less')
-rw-r--r--module/web/static/css/default/settings.less51
1 files changed, 51 insertions, 0 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less
new file mode 100644
index 000000000..4b4efb423
--- /dev/null
+++ b/module/web/static/css/default/settings.less
@@ -0,0 +1,51 @@
+@import "common.less";
+
+/*
+ Settings
+*/
+.settings-menu {
+ background-color: #FFF;
+ box-shadow: 0 0 5px #000;
+// border: 10px solid #EEE;
+
+
+ .nav-header {
+ background: @blueDark;
+ color: @light;
+ }
+
+ li > a, .nav-header {
+ margin-left: -20px;
+ margin-right: -20px;
+ text-shadow: none;
+ }
+
+ i {
+ margin-top: 0;
+ }
+
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+
+}
+
+.nav > li > a:hover {
+ color: @blueDark;
+}
+
+.setting-box {
+ border: 10px solid @blueDark;
+ box-shadow: 0 0 5px @dark;
+// .gradient(bottom, @yellowLightest, @light);
+
+ .page-header {
+ margin: 0;
+
+ .btn {
+ float: right;
+ margin-top: 5px;
+ }
+
+ }
+
+} \ No newline at end of file