--- Webpacus/root/editor/editor.css 2005/11/26 23:26:51 169 +++ Webpacus/root/editor/editor.css 2005/11/27 17:26:43 180 @@ -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! */ +} + +/* buttons and status bar below */ +.edit_bar { + margin-top: 0.5em; + width: 40em; } -#div_template_list { +#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,8 +149,36 @@ /* define record */ #div_record { - display: block; clear: left; + margin-top: 1em; padding: 1em; + border: 1px dashed #808080; +} + +/* progress indicator picture */ +#working { + margin-left: 2em; } +/* HTML tidy */ + +.tidy { + clear: left; + border: 2px solid #808080; + font-size: 50%; + margin-top: 1em; + padding: 1em; + color: #808080; +} + +.tidy tt { + color: #000000; +} + +.tidy_error { + color: #c00000; +} + +.tidy_warning { + color: #c0c000; +}