--- Webpacus/root/editor/editor.css 2005/11/27 00:50:27 170 +++ Webpacus/root/editor/editor.css 2005/11/27 15:14:54 179 @@ -79,23 +79,34 @@ #div_template_form, #div_css_form { display: inline; float: left; + z-index: 2; } -#div_template_list { - display: inline; - position: relative; - top: 0; - left: 0; - margin-left: 1em; +/* buttons above textarea */ +.content_toolbar { + display: block; + width: 40em; /* ugly! */ } -#div_template_list { +/* 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; color: #000000; margin-left: 1em; font-size: 70%; } +#div_template_list ul { + z-index: 1; +} + #div_template_list li { margin-left: 1em; border: 1px solid #c0c0c0; @@ -130,11 +141,6 @@ } -/* bar with buttons and status */ -.edit_bar { - margin-top: 0.5em; -} - .notice { color: #808080; font-size: 70%; @@ -143,9 +149,10 @@ /* define record */ #div_record { - display: block; clear: left; + margin-top: 1em; padding: 1em; + border: 1px dashed #808080; } /* progress indicator picture */