Commit 017ef4f7 authored by Byron Jones's avatar Byron Jones

Bug 975204: Comment Preview tabs broken in New bug page

r=gerv, a=justdave
parent 34477d37
...@@ -678,10 +678,13 @@ input.required, select.required, span.required_explanation { ...@@ -678,10 +678,13 @@ input.required, select.required, span.required_explanation {
margin-left: -1px; margin-left: -1px;
} }
#comment_tabs {
border-spacing: 0;
}
.comment_tab { .comment_tab {
float: left; display: table-cell;
border: 1px solid silver; border: 1px solid silver;
border-bottom: 0px;
padding: 2px 1em; padding: 2px 1em;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
...@@ -694,7 +697,7 @@ input.required, select.required, span.required_explanation { ...@@ -694,7 +697,7 @@ input.required, select.required, span.required_explanation {
#comment_preview { #comment_preview {
border: 1px solid silver; border: 1px solid silver;
padding: 2px; padding: 0px 1px;
overflow: auto; overflow: auto;
margin: 0px; margin: 0px;
} }
...@@ -709,7 +712,8 @@ input.required, select.required, span.required_explanation { ...@@ -709,7 +712,8 @@ input.required, select.required, span.required_explanation {
} }
#comment { #comment {
margin-top: 0px; margin: 0px 0px 1em 0px;
padding: 0px;
} }
/*******************/ /*******************/
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
name = "comment" name = "comment"
id = "comment" id = "comment"
%] %]
<br>
[% IF feature_enabled('jsonrpc') %] [% IF feature_enabled('jsonrpc') %]
<div id="comment_preview" class="bz_default_hidden bz_comment"> <div id="comment_preview" class="bz_default_hidden bz_comment">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment