# HG changeset patch # User bsw # Date 1340646959 -7200 # Node ID 3aff9990b0a17994b34530da8623896bb2b90fff # Parent ea89fa21b0ab56cf12958598460d8e4211204bde Optical enhancements diff -r ea89fa21b0ab -r 3aff9990b0a1 static/style.css --- a/static/style.css Mon Jun 25 19:53:22 2012 +0200 +++ b/static/style.css Mon Jun 25 19:55:59 2012 +0200 @@ -308,6 +308,9 @@ } +.member_statement, +.draft_content, +.suggestion_content, .slot_head, .area_list, .initiative_head, @@ -1091,13 +1094,6 @@ border: 2px solid #f90; } -.member_statement, -.draft_content, -.suggestion_content { - background-color: #f2f2f2; - padding: 1ex; - border-radius: 8px; -} .member_statement { margin-right: 250px; @@ -1399,17 +1395,26 @@ /* shadows */ +.member_statement, +.draft_content, +.suggestion_content, .initiative_head, .box, div.notifications { border-radius: 8px; } +.member_statement, +.draft_content, +.suggestion_content, .initiative_head, .box { border: 1px solid #aaa; } +.member_statement, +.draft_content, +.suggestion_content, .box { padding: 1ex; }