diff options
author | Osile <mo@onlinestage4you.de> | 2012-10-14 23:15:32 +0200 |
---|---|---|
committer | Osile <mo@onlinestage4you.de> | 2012-10-14 23:15:32 +0200 |
commit | f4857eaacfd0483eb06c5fbbd9ec34f99718f426 (patch) | |
tree | 785828883b4d1fa654bd241c2850dd2c5d72abc3 /module/web/static | |
parent | cleaned up settings.html (diff) | |
download | pyload-f4857eaacfd0483eb06c5fbbd9ec34f99718f426.tar.xz |
Yellow Settings
Diffstat (limited to 'module/web/static')
-rw-r--r-- | module/web/static/css/default/settings.less | 8 |
1 files changed, 8 insertions, 0 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;*/
+}
}
|