diff options
author | Byron Jones <bjones@mozilla.com> | 2014-02-25 15:38:42 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-02-25 15:38:42 +0100 |
commit | 017ef4f703815614905bfb39873dae2dce2390d9 (patch) | |
tree | 18aeb1b92d3bb1709735073970e0933c65d26f5e /skins | |
parent | 34477d3793d308de20711a4df48f7823c91baaba (diff) | |
download | bugzilla-017ef4f703815614905bfb39873dae2dce2390d9.tar.gz bugzilla-017ef4f703815614905bfb39873dae2dce2390d9.tar.xz |
Bug 975204: Comment Preview tabs broken in New bug page
r=gerv, a=justdave
Diffstat (limited to 'skins')
-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 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; } /*******************/ |