diff options
-rw-r--r-- | skins/standard/global.css | 12 | ||||
-rw-r--r-- | template/en/default/bug/comment.html.tmpl | 1 |
2 files changed, 8 insertions, 5 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 0c0b52649..517d3afb8 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -678,10 +678,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; @@ -694,7 +697,7 @@ input.required, select.required, span.required_explanation { #comment_preview { border: 1px solid silver; - padding: 2px; + padding: 0px 1px; overflow: auto; margin: 0px; } @@ -709,7 +712,8 @@ input.required, select.required, span.required_explanation { } #comment { - margin-top: 0px; + margin: 0px 0px 1em 0px; + padding: 0px; } /*******************/ diff --git a/template/en/default/bug/comment.html.tmpl b/template/en/default/bug/comment.html.tmpl index 1d8cf0b30..e30801963 100644 --- a/template/en/default/bug/comment.html.tmpl +++ b/template/en/default/bug/comment.html.tmpl @@ -25,7 +25,6 @@ name = "comment" id = "comment" %] -<br> [% IF feature_enabled('jsonrpc') %] <div id="comment_preview" class="bz_default_hidden bz_comment"> |