liquid_feedback_frontend
diff static/style.css @ 646:285d1ca156ba
Improved initiative (not) admitted box optically
author | bsw |
---|---|
date | Mon Jun 25 20:06:33 2012 +0200 (2012-06-25) |
parents | e405255faa6a |
children | 68c2c4a4ddf7 |
line diff
1.1 --- a/static/style.css Mon Jun 25 19:59:37 2012 +0200 1.2 +++ b/static/style.css Mon Jun 25 20:06:33 2012 +0200 1.3 @@ -1145,16 +1145,17 @@ 1.4 } 1.5 1.6 .admitted_info { 1.7 - background-color: #dfd; 1.8 + background-color: #afc; 1.9 padding: 1ex; 1.10 - border-radius: 8px; 1.11 + border-radius: 0 0 8px 8px; 1.12 } 1.13 1.14 .not_admitted_info, 1.15 .revoked_info { 1.16 - background-color: #fdd; 1.17 + background-color: #fbb; 1.18 padding: 1ex; 1.19 border-radius: 8px; 1.20 + border-radius: 0 0 8px 8px; 1.21 } 1.22 1.23 .draft_updated_info,