diff options
Diffstat (limited to 'module/web')
| -rw-r--r-- | module/web/static/css/default/style.less | 13 | ||||
| -rw-r--r-- | module/web/templates/default/base.html | 4 | 
2 files changed, 12 insertions, 5 deletions
| diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index d5ac08b85..d7be7289b 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -3,7 +3,8 @@  */
  @min-width: 1000px;
 -@header-height: 62px; // 62:38 = 100 -> Golden ratio
 +@header-height: 62px;
 +// 62:38 = 100 -> Golden ratio
  @footer-height: 100px;
  @margin-side: 100px;
 @@ -114,6 +115,12 @@ a:hover {    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
 +
 +  .caret {
 +    border-bottom-color: #FFFFFF;
 +    border-top-color: #FFFFFF;
 +  }
 +
  }
  .btn-yellow {
 @@ -169,8 +176,7 @@ header div.left {    padding-left: 20px;
    width: 32%;
    height: @header-height;
 -  float: left;
 -//  border-right: 1px solid;
 +  float: left; //  border-right: 1px solid;
  }
  header div.right {
 @@ -235,6 +241,7 @@ header .logo {    margin-top: 8px;
    font-family: sans-serif
  }
 +
  /*
      Login
  */
 diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index dfb7a93bf..d948a404a 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -52,8 +52,8 @@                  <div class="header_block" style="margin-top: 16px;">
                      <div class="btn-group">
 -                        <a class="btn btn-primary btn-small" href="#"><i class="icon-user icon-white"></i> User</a>
 -                        <a class="btn btn-primary btn-small dropdown-toggle" data-toggle="dropdown" href="#"><span
 +                        <a class="btn btn-blue btn-small" href="#"><i class="icon-user icon-white"></i> User</a>
 +                        <a class="btn btn-blue btn-small dropdown-toggle" data-toggle="dropdown" href="#"><span
                                  class="caret"></span></a>
                          <ul class="dropdown-menu">
                              <li><a href="#"><i class="icon-pencil"></i> Edit</a></li>
 | 
