liquid_feedback_frontend
diff static/style.css @ 278:fecd4c13054a
Code/css clean up and minor enhancements
author | bsw |
---|---|
date | Mon Feb 13 01:53:41 2012 +0100 (2012-02-13) |
parents | bde068b37608 |
children | 808269b7f41c |
line diff
1.1 --- a/static/style.css Mon Feb 13 00:16:42 2012 +0100 1.2 +++ b/static/style.css Mon Feb 13 01:53:41 2012 +0100 1.3 @@ -32,7 +32,7 @@ 1.4 } 1.5 1.6 td, th { 1.7 - padding: 0.5ex 0.5em 0.5ex 0.5em; 1.8 + padding: 0.5ex 0.5em 0.5ex 0em; 1.9 } 1.10 1.11 td { 1.12 @@ -41,7 +41,6 @@ 1.13 1.14 th { 1.15 vertical-align: bottom; 1.16 - font-size: 75%; 1.17 font-weight: bold; 1.18 } 1.19 1.20 @@ -113,7 +112,10 @@ 1.21 */ 1.22 1.23 .topbar { 1.24 - background-color: #444; 1.25 + background-color: #000; 1.26 + background: -webkit-gradient(linear, left top, left bottom, 1.27 + color-stop(0%, #888), color-stop(25%,#333) 1.28 + ); 1.29 color: #fff; 1.30 font-size: 90%; 1.31 line-height: 100%; 1.32 @@ -199,7 +201,7 @@ 1.33 .title { 1.34 background-color: #ddd; 1.35 background: -webkit-gradient(linear, left top, left bottom, 1.36 - color-stop(0%,#ddd), color-stop(100%,#fff) 1.37 + color-stop(15%,#ddd), color-stop(100%,#fff) 1.38 ); 1.39 text-shadow: #fff 0px 0px 3px; 1.40 color: #000; 1.41 @@ -261,10 +263,10 @@ 1.42 .slot_initiative_head { 1.43 background: -webkit-gradient(linear, left top, left bottom, 1.44 /*color-stop(0%,#AFEFB9), color-stop(100%,#ffffff) */ 1.45 - color-stop(0%,#e7e7e7), color-stop(100%,#fff) 1.46 + color-stop(0%, #fff), color-stop(15%,#e7e7e7), color-stop(100%,#fff) 1.47 ); 1.48 padding-left: 1em; 1.49 - padding-top: 2ex; 1.50 + padding-top: 1ex; 1.51 text-shadow: #fff 0px 0px 3px; 1.52 } 1.53 1.54 @@ -339,12 +341,14 @@ 1.55 padding-right: 0.2em; 1.56 } 1.57 .actions .supporter, 1.58 +.actions .potential_supporter, 1.59 .vote_info .head { 1.60 float: left; 1.61 margin-right: 1em; 1.62 } 1.63 1.64 .actions .supporter, 1.65 +.actions .potential_supporter, 1.66 .actions .interest .head { 1.67 padding-right: 0.3em; 1.68 } 1.69 @@ -798,18 +802,14 @@ 1.70 */ 1.71 1.72 .issues .issue { 1.73 - xborder: 1px solid #ccc; 1.74 overflow: hidden; 1.75 margin-bottom: 2ex; 1.76 border-radius: 8px; 1.77 } 1.78 1.79 .issues .issue .issue_info { 1.80 - xfloat: left; 1.81 - xwidth: 25%; 1.82 padding: 1ex; 1.83 line-height: 140%; 1.84 - xoverflow: hidden; 1.85 background: -webkit-gradient(linear, left top, left bottom, 1.86 color-stop(0%,#e7e7e7), color-stop(33%, #f7f7f7), color-stop(66%,#fff)); 1.87 } 1.88 @@ -1128,8 +1128,6 @@ 1.89 display: block; 1.90 font-size: 120%; 1.91 font-weight: bold; 1.92 - margin-top: 2ex; 1.93 - margin-bottom: 1ex; 1.94 } 1.95 1.96 .heading.first {