--- Webpacus/root/editor/editor.css 2005/11/27 02:19:49 173 +++ Webpacus/root/editor/editor.css 2005/11/27 15:14:54 179 @@ -82,7 +82,19 @@ z-index: 2; } -#div_template_list { +/* buttons above textarea */ +.content_toolbar { + display: block; + width: 40em; /* ugly! */ +} + +/* buttons and status bar below */ +.edit_bar { + margin-top: 0.5em; + width: 40em; +} + +#div_template_list, #div_css_list { display: block; margin-left: 1em; margin: 0; @@ -129,11 +141,6 @@ } -/* bar with buttons and status */ -.edit_bar { - margin-top: 0.5em; -} - .notice { color: #808080; font-size: 70%;