# HG changeset patch # User bsw # Date 1340139598 -7200 # Node ID 499ff506ccc0ec4ee9046520d58f28fff27b3e00 # Parent 565bcc56ea308fd9bdd4c79fcb52b6f88291bf84 Cleanup of layout and css diff -r 565bcc56ea30 -r 499ff506ccc0 app/main/_layout/default.html --- a/app/main/_layout/default.html Tue Jun 19 22:59:48 2012 +0200 +++ b/app/main/_layout/default.html Tue Jun 19 22:59:58 2012 +0200 @@ -17,12 +17,6 @@
-
- -
- @@ -33,6 +27,9 @@
+
@@ -42,18 +39,6 @@
- -
- -
-
- -
-
- -
diff -r 565bcc56ea30 -r 499ff506ccc0 static/style.css --- a/static/style.css Tue Jun 19 22:59:48 2012 +0200 +++ b/static/style.css Tue Jun 19 22:59:58 2012 +0200 @@ -512,18 +512,22 @@ * notifications */ -.notifications { +div.notifications { margin-top: 1ex; background-color: #fdd; padding: 0.5ex; + border: 1px solid #daa; } .notifications ul { margin: 0; + padding: 0; margin-left: 2em; } .notifications li { + margin: 0; + padding: 0; margin-top: 0.5ex; } @@ -1364,8 +1368,12 @@ .initiative_head, .box, div.notifications { + border-radius: 8px; +} + +.initiative_head, +.box { border: 1px solid #aaa; - border-radius: 8px; } .box {