liquid_feedback_frontend
diff static/style.css @ 375:89d32158bfd5
Show unit delegatee on member area list, optical enhancements on member area list
| author | bsw |
|---|---|
| date | Sun Mar 04 14:18:41 2012 +0100 (2012-03-04) |
| parents | 76d7eafb3893 |
| children | 2dae61588cee |
line diff
1.1 --- a/static/style.css Sat Mar 03 17:30:16 2012 +0100 1.2 +++ b/static/style.css Sun Mar 04 14:18:41 2012 +0100 1.3 @@ -842,22 +842,29 @@ 1.4 * Area list 1.5 */ 1.6 1.7 -.area_list { 1.8 +.member_area_list { 1.9 + margin-bottom: 2ex; 1.10 +} 1.11 + 1.12 +.member_area_list .unit_head { 1.13 + font-size: 120%; 1.14 + font-weight: bold; 1.15 + line-height: 200%; 1.16 +} 1.17 + 1.18 +.member_area_list .unit_delegatee { 1.19 + float: left; 1.20 } 1.21 1.22 .area_list .area { 1.23 line-height: 28px; 1.24 + clear: both; 1.25 } 1.26 1.27 .area_list .area img { 1.28 vertical-align: middle; 1.29 } 1.30 1.31 -.area_list .area .info { 1.32 - float: left; 1.33 - clear: both; 1.34 -} 1.35 - 1.36 .area_list .area .bar { 1.37 float: left; 1.38 padding-top: 6px 1.39 @@ -874,20 +881,9 @@ 1.40 font-weight: bold; 1.41 } 1.42 1.43 -@media screen and (max-width: 480px) { 1.44 - .area_list .area .name { 1.45 - clear: left; 1.46 - display: block; 1.47 - float: left; 1.48 - margin-left: 0px; 1.49 - } 1.50 - .area_list .area .phases { 1.51 - margin-bottom: 2ex; 1.52 - } 1.53 -} 1.54 - 1.55 .area_list .area .phases { 1.56 float: right; 1.57 + margin-bottom: 2ex; 1.58 } 1.59 1.60 .area_list .area .phases div { 1.61 @@ -896,6 +892,18 @@ 1.62 text-align: right; 1.63 } 1.64 1.65 +@media screen and (max-width: 480px) { 1.66 + .area_list .area .name { 1.67 + xdisplay: block; 1.68 + xfloat: left; 1.69 + } 1.70 + .area_list .area .bar, 1.71 + .area_list .area .membership, 1.72 + .area_list .area .delegatee { 1.73 + display: none; 1.74 + } 1.75 +} 1.76 + 1.77 /************************************************************************* 1.78 * Issues 1.79 */