diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-14 21:48:39 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-14 21:48:39 +0200 |
commit | 81e4d0e8bd7cad26879f7003735269c2bc2d54ba (patch) | |
tree | ed1ad85f66208fdd776ef4d605133ede2a07f81c /module/web/static | |
parent | Known Bug: "Learn More" doesn't work (diff) | |
download | pyload-81e4d0e8bd7cad26879f7003735269c2bc2d54ba.tar.xz |
cleaned some code on settings page
Diffstat (limited to 'module/web/static')
-rw-r--r-- | module/web/static/css/default/settings.less | 40 |
1 files changed, 11 insertions, 29 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 5d0181485..0b80569fe 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -1,34 +1,16 @@ -/*
+@import "style.less";
+
+/*
Settings
*/
-.setmenu{
- background-color: #F5F5F5;
- border: 1px solid #E3E3E3;
- border-radius: 4px 4px 4px 4px;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
- margin-bottom: 20px;
- min-height: 20px;
- padding: 19px;
-}
-.heroless{
-background-color: #eeeeee;
-padding: 10px;
-margin-bottom: 10px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-.heroless h1 {
- margin-bottom: 0;
- font-size: 40px;
- line-height: 1;
- letter-spacing: -1px;
- color: inherit;
+.settings-menu {
}
-.heroless p {
- font-size: 18px;
- font-weight: 200;
- line-height: 30px;
- color: inherit;
+.setting-box {
+
+ border-color: @lighterblue;
+
+ .page-header {
+ margin: 0;
+ }
}
\ No newline at end of file |