]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 975204: Comment Preview tabs broken in New bug page
authorByron Jones <bjones@mozilla.com>
Tue, 25 Feb 2014 14:38:42 +0000 (22:38 +0800)
committerByron Jones <bjones@mozilla.com>
Tue, 25 Feb 2014 14:38:42 +0000 (22:38 +0800)
r=gerv, a=justdave

skins/standard/global.css
template/en/default/bug/comment.html.tmpl

index 0c0b5264976a5f70abcf5ff64a705197a8ed2a10..517d3afb8970128bc7ca830d8cae56fb02433e38 100644 (file)
@@ -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;
 }
 
 /*******************/
index 1d8cf0b3009bfcd9a93c9d0baed28682217ae705..e30801963474e518331d7c3c7d97bf5901314a2b 100644 (file)
@@ -25,7 +25,6 @@
    name = "comment"
    id   = "comment"
 %]
-<br>
 
 [% IF feature_enabled('jsonrpc') %]
   <div id="comment_preview" class="bz_default_hidden bz_comment">