liquid_feedback_frontend

changeset 1064:499429108d1a

Compiled stylesheet
author bsw
date Wed Jul 16 21:54:33 2014 +0200 (2014-07-16)
parents 187127e290f9
children 0c9c02925a82
files static/lf3.css
line diff
     1.1 --- a/static/lf3.css	Wed Jul 16 21:53:12 2014 +0200
     1.2 +++ b/static/lf3.css	Wed Jul 16 21:54:33 2014 +0200
     1.3 @@ -246,26 +246,26 @@
     1.4  img {
     1.5    vertical-align: middle;
     1.6  }
     1.7 -.icon16 {
     1.8 -  width: 16px;
     1.9 -  height: 16px;
    1.10 -}
    1.11 -.icon24 {
    1.12 +img.star {
    1.13    width: 24px;
    1.14    height: 24px;
    1.15  }
    1.16 -.icon32 {
    1.17 +img.icon16 {
    1.18 +  width: 16px;
    1.19 +  height: 16px;
    1.20 +}
    1.21 +img.icon24 {
    1.22 +  width: 24px;
    1.23 +  height: 24px;
    1.24 +}
    1.25 +img.icon32 {
    1.26    width: 32px;
    1.27    height: 32px;
    1.28  }
    1.29 -.icon48 {
    1.30 +img.icon48 {
    1.31    width: 48px;
    1.32    height: 48px;
    1.33  }
    1.34 -img.star {
    1.35 -  width: 24px;
    1.36 -  height: 24px;
    1.37 -}
    1.38  /*
    1.39   * Avatars
    1.40   */
    1.41 @@ -387,6 +387,9 @@
    1.42  .head .nav input[name=q]:focus {
    1.43    outline: 2px solid #397ab6;
    1.44  }
    1.45 +.head .nav #member_menu a span {
    1.46 +  margin-left: 5px;
    1.47 +}
    1.48  /*
    1.49   * title
    1.50   */
    1.51 @@ -468,6 +471,10 @@
    1.52  .sidebarSection .sidebarRow.moreLink {
    1.53    min-height: 0;
    1.54  }
    1.55 +.sidebarSection a.sidebarRow {
    1.56 +  text-decoration: none;
    1.57 +  color: #000000;
    1.58 +}
    1.59  .sidebarSection h1,
    1.60  .sidebarSection h1 a,
    1.61  .sidebarSection h2,
    1.62 @@ -508,6 +515,9 @@
    1.63  .sidebarSection ul.initiatives .revoked .initiative_name {
    1.64    text-decoration: line-through;
    1.65  }
    1.66 +.sidebarSection ul.initiatives .rank1 .initiative_name {
    1.67 +  font-weight: bold;
    1.68 +}
    1.69  .sidebarSection ul.initiatives li.highlighted {
    1.70    background-color: #e7f0ff;
    1.71  }
    1.72 @@ -553,7 +563,7 @@
    1.73    font: normal 12pt / 125% sans-serif;
    1.74  }
    1.75  .sidebarSection a.area {
    1.76 -  margin-left: 25px;
    1.77 +  margin-left: 20px;
    1.78    display: block;
    1.79  }
    1.80  .sidebarSection .star {
    1.81 @@ -714,6 +724,7 @@
    1.82  }
    1.83  .main ul.initiatives li .rank1 .initiative_name {
    1.84    margin-left: 0;
    1.85 +  font-weight: bold;
    1.86  }
    1.87  .main ul.initiatives li .revoked .initiative_name {
    1.88    text-decoration: line-through;
    1.89 @@ -1009,6 +1020,9 @@
    1.90    position: relative;
    1.91    z-index: 10;
    1.92  }
    1.93 +.suggestions .suggestion .suggestion-details {
    1.94 +  float: right;
    1.95 +}
    1.96  .suggestions .suggestion .suggestion-more {
    1.97    display: none;
    1.98  }
    1.99 @@ -1051,6 +1065,10 @@
   1.100  .suggestions .suggestion.rateable.unfolded .rating {
   1.101    border-top: 3px solid #397ab6;
   1.102  }
   1.103 +.suggestions .suggestion.folded .suggestion-text {
   1.104 +  height: 150px;
   1.105 +  overflow: hidden;
   1.106 +}
   1.107  .suggestions .suggestion.folded .suggestion-more {
   1.108    display: block;
   1.109    position: absolute;
   1.110 @@ -1060,6 +1078,11 @@
   1.111    box-shadow: inset 0 -12ex 10ex -5ex #ffffff;
   1.112    padding-top: 5ex;
   1.113  }
   1.114 +.suggestions .suggestion.folded .suggestion-details {
   1.115 +  position: absolute;
   1.116 +  bottom: 0;
   1.117 +  right: 0;
   1.118 +}
   1.119  .suggestions .suggestion.unfolded .suggestion-more {
   1.120    display: none;
   1.121  }

Impressum / About Us