diff options
| author | 2012-12-25 20:05:42 +0100 | |
|---|---|---|
| committer | 2012-12-25 20:05:42 +0100 | |
| commit | e27a407297b4d87a923ce6274fe7b50db2c74e4e (patch) | |
| tree | bcdb17502d39b7a04a2668a5f533b48a79c3f400 /module/web/static | |
| parent | improved settings page (diff) | |
| download | pyload-e27a407297b4d87a923ce6274fe7b50db2c74e4e.tar.xz | |
improved header, moved notifications
Diffstat (limited to 'module/web/static')
| -rw-r--r-- | module/web/static/css/default/settings.less | 3 | ||||
| -rw-r--r-- | module/web/static/css/default/style.less | 25 | 
2 files changed, 12 insertions, 16 deletions
| diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 40c04c9e8..094d56886 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -49,8 +49,5 @@      }
    }
 -  .form-actions {
 -    background: none;
 -  }
  }
\ No newline at end of file diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 7ad764542..86002ffd7 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -249,22 +249,26 @@ header .logo {  .header_block {
    float: right;
 -  font-family: SansationRegular, sans-serif;
 +//  font-family: SansationRegular, sans-serif;
    margin: 10px 8px 0;
    line-height: 18px;
    font-size: small;
 -  i {
 -    margin-top: 0;
 -    vertical-align: text-bottom;
 -  }
 +//  i {
 +//    margin-top: 0;
 +//    vertical-align: text-bottom;
 +//  }
    .btn {
 -    margin-top: 8px;
 +    margin-top: 14px;
    }
  }
 +.menu-block {
 +  margin-top: 2px;
 +}
 +
  // Responsive Borders
  .header_block.left-border {
    background: url("../../img/default/box-separator.png") repeat-y;
 @@ -283,18 +287,15 @@ header .logo {    }
  }
 -#notification_div {
 +#progress-area {
    float: right;
    width: 26%;
    margin-right: 15px;
    text-align: left;
  }
 -.notifications-area {
 +#notifications-area {
    display: inline;
 -  opacity: 1;
 -  color: #fff;
 -  height: 14px;
    line-height: 14px;
    font-size: small;
    background-color: @greyDark;
 @@ -308,8 +309,6 @@ header .logo {    height: 15px;
    margin: 8px 0 0;
    line-height: 15px;
 -  -webkit-border-radius: 15px;
 -  -moz-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid @grey;
 | 
