From: Byron Jones Date: Tue, 25 Feb 2014 14:38:42 +0000 (+0800) Subject: Bug 975204: Comment Preview tabs broken in New bug page X-Git-Tag: bugzilla-4.5.3~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017ef4f703815614905bfb39873dae2dce2390d9;p=thirdparty%2Fbugzilla.git Bug 975204: Comment Preview tabs broken in New bug page r=gerv, a=justdave --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 0c0b526497..517d3afb89 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 1d8cf0b300..e308019634 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" %] -
[% IF feature_enabled('jsonrpc') %]