# HG changeset patch # User bsw # Date 1330943867 -3600 # Node ID b3e2a4088137a120d81265ea3d072baa3e187391 # Parent b155ca3744c574d7e500c9da343518265fd7c3a9 Added border around each area list on member area list diff -r b155ca3744c5 -r b3e2a4088137 static/style.css --- a/static/style.css Mon Mar 05 11:31:27 2012 +0100 +++ b/static/style.css Mon Mar 05 11:37:47 2012 +0100 @@ -844,12 +844,15 @@ .member_area_list { margin-bottom: 0ex; + border-radius: 8px; + border: 1px solid #aaa; + padding: 1ex; + margin-bottom: 2ex; } .member_area_list .unit_head { font-size: 120%; font-weight: bold; - line-height: 200%; float: left; clear: both; } @@ -861,6 +864,11 @@ .area_list { margin-bottom: 4ex; } + +.member_area_list .area_list { + margin-bottom: 0; +} + .area_list .area { line-height: 32px; clear: both; @@ -872,7 +880,7 @@ } .area_list .area.head .phases { - margin-top: 2ex; + xmargin-top: 2ex; } .area_list .area img { @@ -1466,7 +1474,8 @@ .use_terms, .motd, .ui_filter a.active, -.vote_info .content { +.vote_info .content, +.member_area_list { box-shadow: #777 0px 5px 5px -5px; -mox-box-shadow: #777 0px 5px 5px -5px; -webkit-box-shadow: #777 0px 5px 5px -5px;