liquid_feedback_frontend

diff static/lf3.less @ 1080:cb9e75ac968f

Better ordering of interested members
author bsw
date Wed Jul 23 20:47:57 2014 +0200 (2014-07-23)
parents 187127e290f9
children c2baf086cc8d
line diff
     1.1 --- a/static/lf3.less	Wed Jul 23 19:38:15 2014 +0200
     1.2 +++ b/static/lf3.less	Wed Jul 23 20:47:57 2014 +0200
     1.3 @@ -559,18 +559,22 @@
     1.4      }
     1.5    }
     1.6  
     1.7 -  .sidebarRow {
     1.8 +  .sidebarRow, .ui_filter_head, .ui_paginate_foot {
     1.9      clear: right;
    1.10      display: block;
    1.11 -    border-top: 1px solid @main-seperator-color;
    1.12      padding: @pad/2 @pad;
    1.13      min-height: 20px;
    1.14    }
    1.15 +
    1.16 +  .sidebarRow {
    1.17 +    border-top: 1px solid @main-seperator-color;
    1.18 +  }
    1.19 +  
    1.20    .sidebarRow.highlighted {
    1.21      background-color: @main-highlight-bg-color;
    1.22    }
    1.23  
    1.24 -  .sidebarRow.sidebarRowNarrow {
    1.25 +  .sidebarRow.sidebarRowNarrow, .ui_filter_head, .ui_paginate_foot{
    1.26      padding: @pad / 4 @pad;
    1.27    }
    1.28  

Impressum / About Us