--- trunk/static/form.css 2008/07/10 20:57:27 90 +++ trunk/static/form.css 2008/07/11 13:11:36 97 @@ -24,3 +24,15 @@ padding: 1em; } +.layout { + position: absolute; + right: 1em; + top: 1em; + background: #eee; + padding: 0.5em; +} + +.notice { + padding: 0.5em; + background: #ffc; +}