liquid_feedback_frontend
diff static/style.css @ 643:3aff9990b0a1
Optical enhancements
author | bsw |
---|---|
date | Mon Jun 25 19:55:59 2012 +0200 (2012-06-25) |
parents | ea89fa21b0ab |
children | 7b2d7c0990b7 |
line diff
1.1 --- a/static/style.css Mon Jun 25 19:53:22 2012 +0200 1.2 +++ b/static/style.css Mon Jun 25 19:55:59 2012 +0200 1.3 @@ -308,6 +308,9 @@ 1.4 } 1.5 1.6 1.7 +.member_statement, 1.8 +.draft_content, 1.9 +.suggestion_content, 1.10 .slot_head, 1.11 .area_list, 1.12 .initiative_head, 1.13 @@ -1091,13 +1094,6 @@ 1.14 border: 2px solid #f90; 1.15 } 1.16 1.17 -.member_statement, 1.18 -.draft_content, 1.19 -.suggestion_content { 1.20 - background-color: #f2f2f2; 1.21 - padding: 1ex; 1.22 - border-radius: 8px; 1.23 -} 1.24 1.25 .member_statement { 1.26 margin-right: 250px; 1.27 @@ -1399,17 +1395,26 @@ 1.28 1.29 /* shadows */ 1.30 1.31 +.member_statement, 1.32 +.draft_content, 1.33 +.suggestion_content, 1.34 .initiative_head, 1.35 .box, 1.36 div.notifications { 1.37 border-radius: 8px; 1.38 } 1.39 1.40 +.member_statement, 1.41 +.draft_content, 1.42 +.suggestion_content, 1.43 .initiative_head, 1.44 .box { 1.45 border: 1px solid #aaa; 1.46 } 1.47 1.48 +.member_statement, 1.49 +.draft_content, 1.50 +.suggestion_content, 1.51 .box { 1.52 padding: 1ex; 1.53 }