liquid_feedback_frontend
diff static/style.css @ 378:2dae61588cee
Fixed flaws with area list for smaller screen sizes, added phase icons again
author | bsw |
---|---|
date | Mon Mar 05 11:14:07 2012 +0100 (2012-03-05) |
parents | 89d32158bfd5 |
children | b155ca3744c5 |
line diff
1.1 --- a/static/style.css Sun Mar 04 19:06:17 2012 +0100 1.2 +++ b/static/style.css Mon Mar 05 11:14:07 2012 +0100 1.3 @@ -843,24 +843,38 @@ 1.4 */ 1.5 1.6 .member_area_list { 1.7 - margin-bottom: 2ex; 1.8 + margin-bottom: 0ex; 1.9 } 1.10 1.11 .member_area_list .unit_head { 1.12 font-size: 120%; 1.13 font-weight: bold; 1.14 line-height: 200%; 1.15 + float: left; 1.16 + clear: both; 1.17 } 1.18 1.19 .member_area_list .unit_delegatee { 1.20 float: left; 1.21 } 1.22 1.23 +.area_list { 1.24 + margin-bottom: 4ex; 1.25 +} 1.26 .area_list .area { 1.27 line-height: 28px; 1.28 clear: both; 1.29 } 1.30 1.31 +.area_list .area.head { 1.32 + line-height: 16px; 1.33 + clear: none; 1.34 +} 1.35 + 1.36 +.area_list .area.head .phases { 1.37 + margin-top: 2ex; 1.38 +} 1.39 + 1.40 .area_list .area img { 1.41 vertical-align: middle; 1.42 } 1.43 @@ -883,7 +897,6 @@ 1.44 1.45 .area_list .area .phases { 1.46 float: right; 1.47 - margin-bottom: 2ex; 1.48 } 1.49 1.50 .area_list .area .phases div {