liquid_feedback_frontend

diff static/style.css @ 289:6f79a181a921

Changed colors for interest/support
author bsw
date Sat Feb 25 12:43:10 2012 +0100 (2012-02-25)
parents c587d8762e62
children 44f9a09ea51c
line diff
     1.1 --- a/static/style.css	Sat Feb 25 12:42:42 2012 +0100
     1.2 +++ b/static/style.css	Sat Feb 25 12:43:10 2012 +0100
     1.3 @@ -365,8 +365,26 @@
     1.4  .interest .head_active,
     1.5  .actions .supporter,
     1.6  .actions .potential_supporter {
     1.7 +  border-radius: 5px;
     1.8 +}
     1.9 +
    1.10 +.delegation .head_active,
    1.11 +.interest .head_active,
    1.12 +.actions .supporter,
    1.13 +.actions .potential_supporter {
    1.14    background-color: #cdf;
    1.15 -  border-radius: 5px;
    1.16 +}
    1.17 +
    1.18 +.interest .head_active {
    1.19 +  background-color: #fec;
    1.20 +}
    1.21 +
    1.22 +.actions .supporter {
    1.23 +  background-color: #cfd;
    1.24 +}
    1.25 +
    1.26 +.actions .potential_supporter {
    1.27 +  background-color: #fec;
    1.28  }
    1.29  
    1.30  .slot_support .head_initiator {
    1.31 @@ -813,9 +831,10 @@
    1.32      color-stop(0%,#e7e7e7), color-stop(66%,#fff));
    1.33  }
    1.34  
    1.35 -.issues .issue.interested .issue_info{
    1.36 +.issues .issue.interested .issue_info,
    1.37 +.issues .issue.interested_by_delegation .issue_info  {
    1.38    background: -webkit-gradient(linear, left top, left bottom,
    1.39 -    color-stop(0%,#cdf), color-stop(66%,#fff));
    1.40 +    color-stop(0%,#fec), color-stop(66%,#fff));
    1.41  }
    1.42  
    1.43  .issues .issue .issue_info .issue_id {
    1.44 @@ -852,11 +871,16 @@
    1.45    font-weight: bold;
    1.46  }
    1.47  
    1.48 -.initiative_link.supported,
    1.49 +.initiative_link.supported {
    1.50 +  background-color: #cfd;
    1.51 +  border-radius: 5px;
    1.52 +  xbackground: -webkit-radial-gradient(center, ellipse cover, #cfd 50%,#fff 100%); /* Chrome10+,Safari5.1+ */
    1.53 +}
    1.54 +
    1.55  .initiative_link.potentially_supported {
    1.56 -  background-color: #cdf;
    1.57 +  background-color: #fec;
    1.58    border-radius: 5px;
    1.59 -  background: -webkit-radial-gradient(center, ellipse cover, #cdf 50%,#fff 100%); /* Chrome10+,Safari5.1+ */
    1.60 +  xbackground: -webkit-radial-gradient(center, ellipse cover, #fec 50%,#fff 100%); /* Chrome10+,Safari5.1+ */
    1.61  }
    1.62  
    1.63  .lang_chooser {

Impressum / About Us