liquid_feedback_frontend

changeset 331:b93852e12079

Removed gradient from issue listing
author bsw
date Tue Feb 28 18:31:07 2012 +0100 (2012-02-28)
parents b91269b2a43f
children b471e2429838
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Feb 28 18:23:31 2012 +0100
     1.2 +++ b/static/style.css	Tue Feb 28 18:31:07 2012 +0100
     1.3 @@ -871,21 +871,19 @@
     1.4  
     1.5  .issues .issue.interested,
     1.6  .issues .issue.interest_by_delegation {
     1.7 +  border: 1px solid #b2cdff;
     1.8  }
     1.9  
    1.10  .issues .issue .issue_info {
    1.11 -  padding: 1ex 1em;
    1.12 +  padding: 1ex 1em 0.5ex 1em;
    1.13    line-height: 140%;
    1.14 +  margin-bottom: 1ex;
    1.15 +  background-color: #eaeaea;
    1.16  }
    1.17  
    1.18  .issues .issue.interested .issue_info,
    1.19  .issues .issue.interested_by_delegation .issue_info  {
    1.20    background-color: #dfeaff;
    1.21 -  background-image: linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.22 -  background-image: -o-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.23 -  background-image: -moz-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.24 -  background-image: -webkit-linear-gradient(top, #dfeaff 50%, #fcfcfc 100%);
    1.25 -  background-image: -ms-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.26  }
    1.27  
    1.28  .issues .issue .issue_info .issue_id {
    1.29 @@ -909,8 +907,10 @@
    1.30  }
    1.31  
    1.32  .more_initiatives_link {
    1.33 +  display: block;
    1.34    margin-left: 166px;
    1.35    font-style: italic;
    1.36 +  margin-bottom: 1ex;
    1.37  }
    1.38  
    1.39  .issues tr tr {

Impressum / About Us