liquid_feedback_frontend
diff static/style.css @ 468:19916608d28c
Fixed display error in ie9 in member area list
author | bsw |
---|---|
date | Wed Mar 14 11:20:14 2012 +0100 (2012-03-14) |
parents | ba9639bcadb0 |
children | edcf827d7ac3 |
line diff
1.1 --- a/static/style.css Wed Mar 14 11:12:26 2012 +0100 1.2 +++ b/static/style.css Wed Mar 14 11:20:14 2012 +0100 1.3 @@ -909,9 +909,12 @@ 1.4 clear: both; 1.5 } 1.6 1.7 -.area_list .area.head { 1.8 - line-height: 16px; 1.9 - clear: none; 1.10 +.area_list .bargraph { 1.11 + line-height: 10px; 1.12 +} 1.13 + 1.14 +.area_list .area .delegatee { 1.15 + white-space: nowrap; 1.16 } 1.17 1.18 .area_list .area.head .phases {