liquid_feedback_frontend

diff static/lf3.css @ 1080:cb9e75ac968f

Better ordering of interested members
author bsw
date Wed Jul 23 20:47:57 2014 +0200 (2014-07-23)
parents 9ed6e0389854
children c2baf086cc8d
line diff
     1.1 --- a/static/lf3.css	Wed Jul 23 19:38:15 2014 +0200
     1.2 +++ b/static/lf3.css	Wed Jul 23 20:47:57 2014 +0200
     1.3 @@ -455,17 +455,23 @@
     1.4  .sidebarSection .sidebarHead .icon24 {
     1.5    margin-top: -3.6px;
     1.6  }
     1.7 -.sidebarSection .sidebarRow {
     1.8 +.sidebarSection .sidebarRow,
     1.9 +.sidebarSection .ui_filter_head,
    1.10 +.sidebarSection .ui_paginate_foot {
    1.11    clear: right;
    1.12    display: block;
    1.13 -  border-top: 1px solid #aaaaaa;
    1.14    padding: 4.5px 9px;
    1.15    min-height: 20px;
    1.16  }
    1.17 +.sidebarSection .sidebarRow {
    1.18 +  border-top: 1px solid #aaaaaa;
    1.19 +}
    1.20  .sidebarSection .sidebarRow.highlighted {
    1.21    background-color: #e7f0ff;
    1.22  }
    1.23 -.sidebarSection .sidebarRow.sidebarRowNarrow {
    1.24 +.sidebarSection .sidebarRow.sidebarRowNarrow,
    1.25 +.sidebarSection .ui_filter_head,
    1.26 +.sidebarSection .ui_paginate_foot {
    1.27    padding: 2.25px 9px;
    1.28  }
    1.29  .sidebarSection .sidebarRow.moreLink {
    1.30 @@ -1066,7 +1072,7 @@
    1.31    border-top: 3px solid #397ab6;
    1.32  }
    1.33  .suggestions .suggestion.folded .suggestion-text {
    1.34 -  max-height: 150px;
    1.35 +  height: 150px;
    1.36    overflow: hidden;
    1.37  }
    1.38  .suggestions .suggestion.folded .suggestion-more {

Impressum / About Us