--- trunk/static/form.css 2008/07/11 12:47:50 96 +++ trunk/static/form.css 2008/07/16 14:17:46 143 @@ -29,5 +29,23 @@ right: 1em; top: 1em; background: #eee; - padding: 1em; + padding: 0.5em; +} + +.notice { + padding: 0.5em; + background: #ffc; +} + +div.view { + clear: left; +} + +div.fieldholder { + border-right: 1px solid #eee; + border-bottom: 1px solid #eee; +} + +div.editform { + clear: left; }