diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 25a60f750..846405a7b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -586,10 +586,13 @@ input.required, select.required, span.required_explanation { margin-left: -1px; } +#comment_tabs { + border-spacing: 0; +} + .comment_tab { - float: left; + display: table-cell; border: 1px solid silver; - border-bottom: 0px; padding: 2px 1em; cursor: pointer; background: transparent; @@ -602,7 +605,7 @@ input.required, select.required, span.required_explanation { #comment_preview { border: 1px solid silver; - padding: 2px; + padding: 0px 1px; overflow: auto; margin: 0px; } @@ -617,7 +620,8 @@ input.required, select.required, span.required_explanation { } #comment { - margin-top: 0px; + margin: 0px 0px 1em 0px; + padding: 0px; } /*******************/ |