summaryrefslogtreecommitdiffstats
path: root/module/web/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css')
-rw-r--r--module/web/static/css/default/settings.less20
1 files changed, 14 insertions, 6 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less
index 4b4efb423..d7012f17a 100644
--- a/module/web/static/css/default/settings.less
+++ b/module/web/static/css/default/settings.less
@@ -5,16 +5,14 @@
*/
.settings-menu {
background-color: #FFF;
- box-shadow: 0 0 5px #000;
-// border: 10px solid #EEE;
-
+ box-shadow: 0 0 5px #000; // border: 10px solid #EEE;
.nav-header {
background: @blueDark;
color: @light;
}
- li > a, .nav-header {
+ li > a, .nav-header {
margin-left: -20px;
margin-right: -20px;
text-shadow: none;
@@ -35,8 +33,7 @@
.setting-box {
border: 10px solid @blueDark;
- box-shadow: 0 0 5px @dark;
-// .gradient(bottom, @yellowLightest, @light);
+ box-shadow: 0 0 5px @dark; // .gradient(bottom, @yellowLightest, @light);
.page-header {
margin: 0;
@@ -48,4 +45,15 @@
}
+// Bit wider control labels
+ .control-label {
+ width: 180px;
+ }
+ .controls {
+ margin-left: 200px;
+ }
+ .form-actions {
+ padding-left: 200px;
+ }
+
} \ No newline at end of file