--- Webpacus/root/editor/editor.css 2005/11/24 22:29:44 138 +++ Webpacus/root/editor/editor.css 2005/11/26 18:18:10 163 @@ -2,11 +2,25 @@ display: block; } +#div_editor_toolbar { + margin-top: 0.5em; +} + #div_editor_toolbar a { display: inline; - background-color: #c0c0c0; - padding: 1px; + padding: 3px 0.5em 3px 0.5em; text-decoration: none; + color: #000000; + -moz-border-radius-topleft: 1.5em; + -moz-border-radius-topright: 1.5em; +} +.tab, .tab:link, .tab:visited { + background-color: #c0c0c0; +} + +.tab_selected, .tab_selected:link, .tab_selected:visited { + background-color: #f0f0e0; + border: 1px solid #c0c0c0; } #div_template_list { @@ -29,6 +43,9 @@ #div_record { display: block; clear: left; + margin-top: 1em; + border-top: 1px solid #e0e0e0; + padding: 1em; } .notice {