liquid_feedback_frontend
diff static/style.css @ 330:b91269b2a43f
Added little border around help boxes and some css code cleanup
author | bsw |
---|---|
date | Tue Feb 28 18:23:31 2012 +0100 (2012-02-28) |
parents | 62ddcdad91d5 |
children | b93852e12079 |
line diff
1.1 --- a/static/style.css Tue Feb 28 18:19:01 2012 +0100 1.2 +++ b/static/style.css Tue Feb 28 18:23:31 2012 +0100 1.3 @@ -876,21 +876,16 @@ 1.4 .issues .issue .issue_info { 1.5 padding: 1ex 1em; 1.6 line-height: 140%; 1.7 - background-image: linear-gradient(top, #eee 0%, #fff 66%); 1.8 - background-image: -o-linear-gradient(top, #eee 0%, #fff 66%); 1.9 - background-image: -moz-linear-gradient(top, #eee 0%, #fff 66%); 1.10 - xbackground-image: -webkit-linear-gradient(top, #eee 0%, #fff 66%); 1.11 - background-image: -ms-linear-gradient(top, #eee 0%, #fff 66%); 1.12 } 1.13 1.14 .issues .issue.interested .issue_info, 1.15 .issues .issue.interested_by_delegation .issue_info { 1.16 - xbackground-color: #cdf; 1.17 - background-image: linear-gradient(top, #cdf 0%, #fff 66%); 1.18 - background-image: -o-linear-gradient(top, #cdf 0%, #fff 66%); 1.19 - background-image: -moz-linear-gradient(top, #cdf 0%, #fff 66%); 1.20 - background-image: -webkit-linear-gradient(top, #dfeaff 50%, #fff 100%); 1.21 - background-image: -ms-linear-gradient(top, #cdf 0%, #fff 66%); 1.22 + background-color: #dfeaff; 1.23 + background-image: linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.24 + background-image: -o-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.25 + background-image: -moz-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.26 + background-image: -webkit-linear-gradient(top, #dfeaff 50%, #fcfcfc 100%); 1.27 + background-image: -ms-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%); 1.28 } 1.29 1.30 .issues .issue .issue_info .issue_id { 1.31 @@ -1137,6 +1132,7 @@ 1.32 .help, 1.33 .use_terms { 1.34 border-radius: 8px; 1.35 + border: 1px solid #ffe900; 1.36 background-color: #fffbce; 1.37 color: #000; 1.38 padding: 1ex;