From f4857eaacfd0483eb06c5fbbd9ec34f99718f426 Mon Sep 17 00:00:00 2001 From: Osile Date: Sun, 14 Oct 2012 23:15:32 +0200 Subject: Yellow Settings --- module/web/static/css/default/settings.less | 8 ++++++++ module/web/templates/default/settings.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index e4bf1529a..0a18f58e2 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -4,11 +4,13 @@ Settings */ .settings-menu { +background-color: #fef8d1; } .setting-box { border-color: @lighterblue; + background-color: #fef8d1; .page-header { margin: 0; @@ -19,5 +21,11 @@ } } + .form-actions_custom { + border-top: 1px solid #E5E5E5; + margin-bottom: 20px; + margin-top: 20px; + /*padding: 19px 20px 20px;*/ +} } diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index 5e966a3be..c2b88d791 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -66,7 +66,7 @@ @@ -102,7 +102,7 @@ -
+
-- cgit v1.2.3