liquid_feedback_frontend

changeset 332:b471e2429838

Added gradient to issue listing again
author bsw
date Tue Feb 28 18:31:58 2012 +0100 (2012-02-28)
parents b93852e12079
children 609e37247615
files static/style.css
line diff
     1.1 --- a/static/style.css	Tue Feb 28 18:31:07 2012 +0100
     1.2 +++ b/static/style.css	Tue Feb 28 18:31:58 2012 +0100
     1.3 @@ -875,15 +875,19 @@
     1.4  }
     1.5  
     1.6  .issues .issue .issue_info {
     1.7 -  padding: 1ex 1em 0.5ex 1em;
     1.8 +  padding: 1ex 1em 0.3ex 1em;
     1.9    line-height: 140%;
    1.10    margin-bottom: 1ex;
    1.11 -  background-color: #eaeaea;
    1.12  }
    1.13  
    1.14  .issues .issue.interested .issue_info,
    1.15  .issues .issue.interested_by_delegation .issue_info  {
    1.16    background-color: #dfeaff;
    1.17 +  background-image: linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.18 +  background-image: -o-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.19 +  background-image: -moz-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.20 +  background-image: -webkit-linear-gradient(top, #dfeaff 50%, #fcfcfc 100%);
    1.21 +  background-image: -ms-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.22  }
    1.23  
    1.24  .issues .issue .issue_info .issue_id {

Impressum / About Us