liquid_feedback_frontend
diff static/style.css @ 272:65a1f7a01e7b
More optical enhancements and repositioning of elements
| author | bsw |
|---|---|
| date | Wed Feb 08 00:55:17 2012 +0100 (2012-02-08) |
| parents | d13b27a37ad5 |
| children | 7196685f9dd7 |
line diff
1.1 --- a/static/style.css Tue Feb 07 22:30:48 2012 +0100 1.2 +++ b/static/style.css Wed Feb 08 00:55:17 2012 +0100 1.3 @@ -207,9 +207,7 @@ 1.4 padding-bottom: 1ex; 1.5 xbackground-color: #def; 1.6 background: -webkit-gradient(linear, left top, left bottom, 1.7 - 1.8 -color-stop(0%,#abd3ee), color-stop(100%,#ffffff) 1.9 - 1.10 + color-stop(0%,#abd3ee), color-stop(100%,#ffffff) 1.11 ); 1.12 } 1.13 1.14 @@ -258,7 +256,7 @@ 1.15 } 1.16 1.17 .title2 div { 1.18 - margin-bottom: 2ex; 1.19 + margin-bottom: 1ex; 1.20 xline-height: 130%; 1.21 } 1.22 1.23 @@ -285,6 +283,23 @@ 1.24 border-radius: 5px; 1.25 } 1.26 1.27 + 1.28 +.slot_initiative_head { 1.29 + background: -webkit-gradient(linear, left top, left bottom, 1.30 + color-stop(0%,#AFEFB9), color-stop(100%,#ffffff) 1.31 + ); 1.32 + padding-left: 1em; 1.33 + padding-top: 2ex; 1.34 +} 1.35 + 1.36 +.initiative_name { 1.37 + font-weight: bold; 1.38 + font-size: 125%; 1.39 + line-height: 110%; 1.40 + margin-bottom: 0.7ex; 1.41 +} 1.42 + 1.43 + 1.44 .content_navigation { 1.45 font-size: 75%; 1.46 background-color: #eee; 1.47 @@ -457,14 +472,6 @@ 1.48 } 1.49 1.50 1.51 -.sub_title div { 1.52 - padding-top: 1ex; 1.53 - margin-top: 1ex; 1.54 - font-weight: bold; 1.55 - font-size: 135%; 1.56 - line-height: 110%; 1.57 -} 1.58 - 1.59 /************************************************************************* 1.60 * Main content 1.61 */ 1.62 @@ -1023,9 +1030,9 @@ 1.63 .draft_content, 1.64 .suggestion_content { 1.65 background-color: #eee; 1.66 - border: 1px solid #ccc; 1.67 - padding-left: 1ex; 1.68 - padding-right: 1ex; 1.69 + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e5e5e5)); 1.70 + padding: 1ex; 1.71 + border-radius: 8px; 1.72 } 1.73 1.74