From 017ef4f703815614905bfb39873dae2dce2390d9 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 25 Feb 2014 22:38:42 +0800 Subject: Bug 975204: Comment Preview tabs broken in New bug page r=gerv, a=justdave --- skins/standard/global.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'skins') 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; } /*******************/ -- cgit v1.2.3-24-g4f1b