# HG changeset patch # User bsw # Date 1331811791 -3600 # Node ID edcf827d7ac3d5d323db3bd46ccc040ef2910dd2 # Parent 87c33552f4066daadaeec5771b66f4ec02b41242 Added box around initiative head diff -r 87c33552f406 -r edcf827d7ac3 static/style.css --- a/static/style.css Thu Mar 15 08:46:52 2012 +0100 +++ b/static/style.css Thu Mar 15 12:43:11 2012 +0100 @@ -332,8 +332,9 @@ } .slot_initiative_head { - padding-left: 1%; - padding-top: 4ex; + margin-left: 1%; + margin-right: 1%; + margin-top: 2ex; } .initiative_name { @@ -1539,7 +1540,8 @@ /* shadows */ -.box { +.box, +.slot_initiative_head { border: 1px solid #aaa; border-radius: 8px; padding: 1ex; @@ -1561,7 +1563,8 @@ .ui_filter a.active, .vote_info .content, .member_area_list, -.box { +.box, +.slot_initiative_head { box-shadow: #777 0px 5px 5px -5px; -mox-box-shadow: #777 0px 5px 5px -5px; -webkit-box-shadow: #777 0px 5px 5px -5px;