liquid_feedback_frontend

diff static/style.css @ 286:c587d8762e62

Registration process updated for Core 2.0, lockable member fields, notification settings
author bsw
date Sat Feb 25 11:51:37 2012 +0100 (2012-02-25)
parents 6c88b4bfb56c
children 6f79a181a921
line diff
     1.1 --- a/static/style.css	Fri Feb 17 15:16:02 2012 +0100
     1.2 +++ b/static/style.css	Sat Feb 25 11:51:37 2012 +0100
     1.3 @@ -269,9 +269,7 @@
     1.4  
     1.5  .slot_initiative_head  {
     1.6    background: -webkit-gradient(linear, left top, left bottom, 
     1.7 -    /*color-stop(0%,#AFEFB9), color-stop(100%,#ffffff)                           */
     1.8 -    color-stop(0%, #fff), color-stop(15%,#e7e7e7), color-stop(100%,#fff)                           
     1.9 -  ); 
    1.10 +    color-stop(0%,#e7e7e7), color-stop(66%,#fff));
    1.11    margin-top: 2ex;
    1.12    padding-left: 1em;
    1.13    padding-top: 2ex;
    1.14 @@ -328,7 +326,9 @@
    1.15  }
    1.16  
    1.17  
    1.18 -
    1.19 +.member_image_photo {
    1.20 +  border-radius: 8px;
    1.21 +}
    1.22  
    1.23  /*************************************************************************
    1.24   * vote info / delegation 
    1.25 @@ -469,7 +469,6 @@
    1.26    margin-right: 1em;
    1.27  }
    1.28  
    1.29 -
    1.30  /*************************************************************************
    1.31   * ui.tab
    1.32   */
    1.33 @@ -823,6 +822,10 @@
    1.34    font-size: 125%;
    1.35  }
    1.36  
    1.37 +.issues .issue .issue_policy_info {
    1.38 +  font-style: italic;
    1.39 +}
    1.40 +
    1.41  .issues .issue .interest_by_delegation {
    1.42    float: right;
    1.43  }
    1.44 @@ -851,7 +854,7 @@
    1.45  
    1.46  .initiative_link.supported,
    1.47  .initiative_link.potentially_supported {
    1.48 -  background-color: #C9FFD1;
    1.49 +  background-color: #cdf;
    1.50    border-radius: 5px;
    1.51    background: -webkit-radial-gradient(center, ellipse cover, #cdf 50%,#fff 100%); /* Chrome10+,Safari5.1+ */
    1.52  }
    1.53 @@ -975,6 +978,9 @@
    1.54    border-radius: 8px;
    1.55  }
    1.56  
    1.57 +.member_statement {
    1.58 +  margin-right: 250px;
    1.59 +}
    1.60  
    1.61  #suggestion_description {
    1.62    height: 15ex;
    1.63 @@ -1021,6 +1027,7 @@
    1.64    background-color: #dfd;
    1.65    padding: 1ex;
    1.66    margin-bottom: 2ex;
    1.67 +  border-radius: 8px;
    1.68  }
    1.69  
    1.70  .not_admitted_info,
    1.71 @@ -1153,15 +1160,21 @@
    1.72   * Voting
    1.73   */
    1.74  
    1.75 +#voting_form {
    1.76 +  margin-top: 20px;
    1.77 +}
    1.78 +
    1.79  #voting {
    1.80    position: relative;
    1.81  }
    1.82 +
    1.83  #voting .approval, .abstention, .disapproval {
    1.84    border: 2px black solid;
    1.85 -  margin-top:    5ex;
    1.86 +  margin-top:   2ex;
    1.87    margin-bottom: 5ex;
    1.88    padding: 1ex;
    1.89    padding-bottom: 2ex;
    1.90 +  border-radius: 8px;
    1.91  }
    1.92  #voting .approval {
    1.93    background-color: #9f9;
    1.94 @@ -1187,8 +1200,9 @@
    1.95  #voting .movable {
    1.96    position: relative;
    1.97    border: 1px black solid;
    1.98 -  margin: 1ex;
    1.99 +  margin-top: 1ex;
   1.100    padding: 0.5ex;
   1.101 +  border-radius: 8px;
   1.102  }
   1.103  #voting .voting_form_active .movable {
   1.104    cursor: pointer;

Impressum / About Us