liquid_feedback_frontend
diff static/style.css @ 383:380730df98ed
Fixed layout of voting privileges info text when not beeing member of any area of an unit
author | bsw |
---|---|
date | Mon Mar 05 11:41:29 2012 +0100 (2012-03-05) |
parents | b3e2a4088137 |
children | ff700bb26d60 |
line diff
1.1 --- a/static/style.css Mon Mar 05 11:37:47 2012 +0100 1.2 +++ b/static/style.css Mon Mar 05 11:41:29 2012 +0100 1.3 @@ -861,6 +861,11 @@ 1.4 float: left; 1.5 } 1.6 1.7 +.member_area_list .voting_priv_info { 1.8 + clear: left; 1.9 + margin-top: 4ex; 1.10 +} 1.11 + 1.12 .area_list { 1.13 margin-bottom: 4ex; 1.14 }