--- Webpacus/root/editor/editor.css 2005/11/27 02:19:49 173 +++ Webpacus/root/editor/editor.css 2005/11/27 18:18:11 181 @@ -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%; @@ -152,3 +159,32 @@ #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 { + clear: left; + display: block; + background-color: #e0e0e0; + padding: 2px; + margin-left: 2em; + color: #000000; +} + +.tidy_error { + margin-top: 0.5em; + color: #c00000; +} + +.tidy_warning { + color: #c0c000; +}