diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-15 11:53:47 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-15 11:53:47 +0200 |
commit | 9b1867484807d8b1966eba0ccc4a5d5d5d9d1c04 (patch) | |
tree | 5b2f55917fb40401315aeda55918e023fdbf09b2 /module/web/static/css/default/settings.less | |
parent | Yellow Settings (diff) | |
download | pyload-9b1867484807d8b1966eba0ccc4a5d5d5d9d1c04.tar.xz |
fancier shadows and gradients for settings page
Diffstat (limited to 'module/web/static/css/default/settings.less')
-rw-r--r-- | module/web/static/css/default/settings.less | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 0a18f58e2..e59d89a73 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -4,28 +4,31 @@ Settings
*/
.settings-menu {
-background-color: #fef8d1;
+ background-color: @lightestyellow;
}
.setting-box {
+ margin-top: 20px;
+
border-color: @lighterblue;
- background-color: #fef8d1;
+ .gradient(top, @lightergrey, @lighteryellow);
+ box-shadow: 0 0 5px @blue;
.page-header {
margin: 0;
- .btn {
+ .btn {
float: right;
margin-top: 5px;
}
}
- .form-actions_custom {
- border-top: 1px solid #E5E5E5;
+ .form-actions_custom {
+ border-top: 1px solid @lightgrey;
margin-bottom: 20px;
margin-top: 20px;
- /*padding: 19px 20px 20px;*/
-}
+ /*padding: 19px 20px 20px;*/
+ }
}
|