diff options
Diffstat (limited to 'module/web/static/css/default')
| -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  | 
