liquid_feedback_frontend
diff static/style.css @ 700:a2d907f12dd8
Optical improvements
| author | bsw |
|---|---|
| date | Tue Jun 26 19:40:29 2012 +0200 (2012-06-26) |
| parents | 7d157aab3ffd |
| children | 0874cecb8261 |
line diff
1.1 --- a/static/style.css Tue Jun 26 19:29:58 2012 +0200 1.2 +++ b/static/style.css Tue Jun 26 19:40:29 2012 +0200 1.3 @@ -671,7 +671,7 @@ 1.4 background: -o-linear-gradient(#fec, #fc9); 1.5 background: linear-gradient(#fec, #fc9); 1.6 padding: 0.5ex; 1.7 - border: 1px solid #fc0; 1.8 + border: 1px solid #777; 1.9 } 1.10 1.11 .notifications ul { 1.12 @@ -865,7 +865,7 @@ 1.13 } 1.14 1.15 .area_list .area { 1.16 - border-top: 1px solid #444; 1.17 + border-top: 1px solid #777; 1.18 } 1.19 1.20 .area_list .area:first-child { 1.21 @@ -1176,10 +1176,6 @@ 1.22 } 1.23 1.24 1.25 -.member_statement { 1.26 - margin-right: 250px; 1.27 -} 1.28 - 1.29 #suggestion_description { 1.30 height: 15ex; 1.31 } 1.32 @@ -1420,14 +1416,20 @@ 1.33 .suggestion_content, 1.34 .initiative_head, 1.35 .box { 1.36 - border: 1px solid #aaa; 1.37 + border: 1px solid #777; 1.38 } 1.39 1.40 .member_statement, 1.41 .draft_content, 1.42 .suggestion_content, 1.43 .box { 1.44 - padding: 1ex; 1.45 + padding: 0 12px; 1.46 +} 1.47 + 1.48 +.suggestion_content, 1.49 +.member_statement, 1.50 +.draft_content { 1.51 + border-left: 12px solid #777; 1.52 } 1.53 1.54 .slot_footer {