liquid_feedback_frontend
diff static/style.css @ 312:5e6bdf07e3a1
Some color and positioning changes again...
author | bsw |
---|---|
date | Mon Feb 27 16:19:11 2012 +0100 (2012-02-27) |
parents | 22e4e26717ac |
children | 56dc44366c38 |
line diff
1.1 --- a/static/style.css Mon Feb 27 16:18:56 2012 +0100 1.2 +++ b/static/style.css Mon Feb 27 16:19:11 2012 +0100 1.3 @@ -201,7 +201,7 @@ 1.4 .title { 1.5 background-color: #ddd; 1.6 background: -webkit-gradient(linear, left top, left bottom, 1.7 - color-stop(15%,#ddd), color-stop(100%,#fff) 1.8 + color-stop(15%,#ddd), color-stop(50%,#fff) 1.9 ); 1.10 text-shadow: #fff 0px 0px 3px; 1.11 color: #000; 1.12 @@ -224,13 +224,18 @@ 1.13 } 1.14 1.15 .slot_title2 { 1.16 - margin-top: 1ex; 1.17 - margin-left: 1em; 1.18 + padding: 1ex 1em 0 1em; 1.19 } 1.20 1.21 .initiatives_list { 1.22 clear: left; 1.23 - margin-bottom: 1ex; 1.24 +} 1.25 + 1.26 +.slot_initiatives_list { 1.27 + border-top: 1px solid #aaa; 1.28 + border-bottom: 1px solid #aaa; 1.29 + padding-top: 1ex; 1.30 + padding-bottom: 1ex; 1.31 } 1.32 1.33 .member_list .member_image_avatar { 1.34 @@ -270,9 +275,8 @@ 1.35 .slot_initiative_head { 1.36 background: -webkit-gradient(linear, left top, left bottom, 1.37 color-stop(0%,#e7e7e7), color-stop(66%,#fff)); 1.38 - margin-top: 2ex; 1.39 padding-left: 1em; 1.40 - padding-top: 2ex; 1.41 + padding-top: 1ex; 1.42 text-shadow: #fff 0px 0px 3px; 1.43 } 1.44 1.45 @@ -865,12 +869,12 @@ 1.46 font-weight: bold; 1.47 } 1.48 1.49 -.initiative_link.supported { 1.50 +x.initiative_link.supported { 1.51 background-color: #cdf; 1.52 border-radius: 5px; 1.53 } 1.54 1.55 -.initiative_link.potentially_supported { 1.56 +x.initiative_link.potentially_supported { 1.57 background-color: #cdf; 1.58 border-radius: 5px; 1.59 } 1.60 @@ -1054,7 +1058,9 @@ 1.61 .revoked_info { 1.62 background-color: #fdd; 1.63 padding: 1ex; 1.64 + margin-top: 2ex; 1.65 margin-bottom: 2ex; 1.66 + border-radius: 8px; 1.67 } 1.68 1.69 .draft_updated_info,