liquid_feedback_frontend
diff static/style.css @ 381:b155ca3744c5
Rearanged delegatee icons in area list to make everything fit better
| author | bsw | 
|---|---|
| date | Mon Mar 05 11:31:27 2012 +0100 (2012-03-05) | 
| parents | 2dae61588cee | 
| children | b3e2a4088137 | 
   line diff
1.1 --- a/static/style.css Mon Mar 05 11:16:41 2012 +0100 1.2 +++ b/static/style.css Mon Mar 05 11:31:27 2012 +0100 1.3 @@ -862,7 +862,7 @@ 1.4 margin-bottom: 4ex; 1.5 } 1.6 .area_list .area { 1.7 - line-height: 28px; 1.8 + line-height: 32px; 1.9 clear: both; 1.10 } 1.11 1.12 @@ -907,12 +907,15 @@ 1.13 1.14 @media screen and (max-width: 480px) { 1.15 .area_list .area .name { 1.16 - xdisplay: block; 1.17 - xfloat: left; 1.18 + display: block; 1.19 } 1.20 - .area_list .area .bar, 1.21 - .area_list .area .membership, 1.22 - .area_list .area .delegatee { 1.23 + 1.24 + .area_list .area .delegatee, 1.25 + .area_list .area .membership { 1.26 + float: left; 1.27 + white-space: nowrap; 1.28 + } 1.29 + .area_list .area .bar { 1.30 display: none; 1.31 } 1.32 }