liquid_feedback_frontend
changeset 382:b3e2a4088137
Added border around each area list on member area list
author | bsw |
---|---|
date | Mon Mar 05 11:37:47 2012 +0100 (2012-03-05) |
parents | b155ca3744c5 |
children | 380730df98ed |
files | static/style.css |
line diff
1.1 --- a/static/style.css Mon Mar 05 11:31:27 2012 +0100 1.2 +++ b/static/style.css Mon Mar 05 11:37:47 2012 +0100 1.3 @@ -844,12 +844,15 @@ 1.4 1.5 .member_area_list { 1.6 margin-bottom: 0ex; 1.7 + border-radius: 8px; 1.8 + border: 1px solid #aaa; 1.9 + padding: 1ex; 1.10 + margin-bottom: 2ex; 1.11 } 1.12 1.13 .member_area_list .unit_head { 1.14 font-size: 120%; 1.15 font-weight: bold; 1.16 - line-height: 200%; 1.17 float: left; 1.18 clear: both; 1.19 } 1.20 @@ -861,6 +864,11 @@ 1.21 .area_list { 1.22 margin-bottom: 4ex; 1.23 } 1.24 + 1.25 +.member_area_list .area_list { 1.26 + margin-bottom: 0; 1.27 +} 1.28 + 1.29 .area_list .area { 1.30 line-height: 32px; 1.31 clear: both; 1.32 @@ -872,7 +880,7 @@ 1.33 } 1.34 1.35 .area_list .area.head .phases { 1.36 - margin-top: 2ex; 1.37 + xmargin-top: 2ex; 1.38 } 1.39 1.40 .area_list .area img { 1.41 @@ -1466,7 +1474,8 @@ 1.42 .use_terms, 1.43 .motd, 1.44 .ui_filter a.active, 1.45 -.vote_info .content { 1.46 +.vote_info .content, 1.47 +.member_area_list { 1.48 box-shadow: #777 0px 5px 5px -5px; 1.49 -mox-box-shadow: #777 0px 5px 5px -5px; 1.50 -webkit-box-shadow: #777 0px 5px 5px -5px;