--- trunk/static/form.css 2008/07/10 10:27:47 77 +++ trunk/static/form.css 2008/07/11 13:11:36 97 @@ -3,7 +3,7 @@ margin-right: 1em; } -.fieldholder .label { +.label, label { font-weight: bold; } @@ -24,3 +24,15 @@ padding: 1em; } +.layout { + position: absolute; + right: 1em; + top: 1em; + background: #eee; + padding: 0.5em; +} + +.notice { + padding: 0.5em; + background: #ffc; +}