--- Webpacus/root/editor/editor.css 2005/11/26 20:21:49 164 +++ Webpacus/root/editor/editor.css 2005/11/26 20:21:54 165 @@ -1,7 +1,3 @@ -#div_css { - display: block; -} - #div_editor_toolbar { margin-top: 0.5em; } @@ -33,6 +29,8 @@ z-index: 10; } +/* define editors */ + #div_editors { display: block; background-color: #f0f0f0; @@ -46,12 +44,9 @@ clear: left; } -#div_record { - display: block; - clear: left; - margin-top: 1em; - border-top: 1px solid #e0e0e0; - padding: 1em; +/* bar with buttons and status */ +.edit_bar { + margin-top: 0.5em; } .notice { @@ -59,6 +54,16 @@ font-size: 70%; } +/* define record */ + +#div_record { + display: block; + clear: left; + padding: 1em; +} + +/* record browsing */ + .navigation { background: #e0e0e0; padding: 0.5em;