liquid_feedback_frontend

changeset 1063:187127e290f9

Style updates for suggestions and inline help for phases
author bsw
date Wed Jul 16 21:53:12 2014 +0200 (2014-07-16)
parents f03fbffc1800
children 499429108d1a
files static/lf3.less
line diff
     1.1 --- a/static/lf3.less	Wed Jul 16 21:52:17 2014 +0200
     1.2 +++ b/static/lf3.less	Wed Jul 16 21:53:12 2014 +0200
     1.3 @@ -308,29 +308,30 @@
     1.4  }
     1.5  
     1.6  
     1.7 -.icon16 {
     1.8 -  width: 16px;
     1.9 -  height: 16px;
    1.10 -}
    1.11 -
    1.12 -.icon24 {
    1.13 -  width: 24px;
    1.14 -  height: 24px;
    1.15 -}
    1.16 -.icon32 {
    1.17 -  width: 32px;
    1.18 -  height: 32px;
    1.19 -}
    1.20 -.icon48 {
    1.21 -  width: 48px;
    1.22 -  height: 48px;
    1.23 -}
    1.24 -
    1.25  
    1.26  img.star {
    1.27    width: 24px;
    1.28    height: 24px;
    1.29  }
    1.30 +
    1.31 +img.icon16 {
    1.32 +  width: 16px;
    1.33 +  height: 16px;
    1.34 +}
    1.35 +
    1.36 +img.icon24 {
    1.37 +  width: 24px;
    1.38 +  height: 24px;
    1.39 +}
    1.40 +img.icon32 {
    1.41 +  width: 32px;
    1.42 +  height: 32px;
    1.43 +}
    1.44 +img.icon48 {
    1.45 +  width: 48px;
    1.46 +  height: 48px;
    1.47 +}
    1.48 +
    1.49    
    1.50  /*
    1.51   * Avatars
    1.52 @@ -577,6 +578,11 @@
    1.53      min-height: 0;
    1.54    }
    1.55  
    1.56 +  a.sidebarRow {
    1.57 +    text-decoration: none;
    1.58 +    color: @sidebar-color;
    1.59 +  }
    1.60 +  
    1.61    h1, h1 a, 
    1.62    h2, h2 a,
    1.63    h3, h3 a {
    1.64 @@ -625,6 +631,10 @@
    1.65     .revoked .initiative_name {
    1.66        text-decoration: line-through;
    1.67      }
    1.68 +    
    1.69 +    .rank1 .initiative_name {
    1.70 +      font-weight: bold;
    1.71 +    }
    1.72  
    1.73      li.highlighted {
    1.74        background-color: @main-highlight-bg-color;
    1.75 @@ -689,7 +699,7 @@
    1.76    }
    1.77  
    1.78    a.area {
    1.79 -    margin-left: 25px;
    1.80 +    margin-left: 20px;
    1.81      display: block;
    1.82    }
    1.83    
    1.84 @@ -899,6 +909,7 @@
    1.85        
    1.86        .rank1 .initiative_name {
    1.87          margin-left: 0;
    1.88 +        font-weight: bold;
    1.89        }
    1.90  
    1.91        .revoked .initiative_name {
    1.92 @@ -1268,6 +1279,11 @@
    1.93        z-index: 10;
    1.94      }
    1.95      
    1.96 +    
    1.97 +    .suggestion-details {
    1.98 +      float: right;
    1.99 +    }
   1.100 +    
   1.101      .suggestion-more {
   1.102        display: none;
   1.103      }
   1.104 @@ -1322,6 +1338,11 @@
   1.105    }
   1.106    
   1.107    .suggestion.folded {
   1.108 +    .suggestion-text {
   1.109 +      height: 150px;
   1.110 +      overflow: hidden;
   1.111 +    }
   1.112 +    
   1.113      .suggestion-more {
   1.114        display: block;
   1.115        position: absolute;
   1.116 @@ -1331,6 +1352,13 @@
   1.117        box-shadow: inset 0 -12ex 10ex -5ex #fff;
   1.118        padding-top: 5ex;
   1.119      }
   1.120 +    
   1.121 +    .suggestion-details {
   1.122 +      position: absolute;
   1.123 +      bottom: 0;
   1.124 +      right: 0;
   1.125 +    }
   1.126 +
   1.127    }
   1.128    
   1.129    .suggestion.unfolded {

Impressum / About Us