liquid_feedback_frontend
diff static/style.css @ 569:499ff506ccc0
Cleanup of layout and css
| author | bsw |
|---|---|
| date | Tue Jun 19 22:59:58 2012 +0200 (2012-06-19) |
| parents | 418b590fa9ed |
| children | bf744a72c406 |
line diff
1.1 --- a/static/style.css Tue Jun 19 22:59:48 2012 +0200 1.2 +++ b/static/style.css Tue Jun 19 22:59:58 2012 +0200 1.3 @@ -512,18 +512,22 @@ 1.4 * notifications 1.5 */ 1.6 1.7 -.notifications { 1.8 +div.notifications { 1.9 margin-top: 1ex; 1.10 background-color: #fdd; 1.11 padding: 0.5ex; 1.12 + border: 1px solid #daa; 1.13 } 1.14 1.15 .notifications ul { 1.16 margin: 0; 1.17 + padding: 0; 1.18 margin-left: 2em; 1.19 } 1.20 1.21 .notifications li { 1.22 + margin: 0; 1.23 + padding: 0; 1.24 margin-top: 0.5ex; 1.25 } 1.26 1.27 @@ -1364,8 +1368,12 @@ 1.28 .initiative_head, 1.29 .box, 1.30 div.notifications { 1.31 + border-radius: 8px; 1.32 +} 1.33 + 1.34 +.initiative_head, 1.35 +.box { 1.36 border: 1px solid #aaa; 1.37 - border-radius: 8px; 1.38 } 1.39 1.40 .box {