From 674e70900d55c2d403ce88f9b6a0761b778ef104 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 18 Sep 2013 12:50:41 -0400 Subject: Bug 578434 - Bug group checkboxes lay out poorly beside attachment field - Backed out to make adjustments on screen size before the groups drop down https://bugzilla.mozilla.org/show_bug.cgi?id=578464 --- skins/standard/global.css | 25 ++++++++++--------------- skins/standard/show_bug.css | 4 ++++ 2 files changed, 14 insertions(+), 15 deletions(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 5b1aa532e..51d7c29db 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -286,7 +286,7 @@ div#docslinks { } .bz_comment_text { - max-width: 60em; + width: 50em; } .bz_comment_user, .bz_comment_time, .bz_comment_number, @@ -299,6 +299,14 @@ div#docslinks { float: right; } +.bz_collapse_expand_comments { + padding: 0; + margin: 0 0 0 1em; + list-style-type: none; +} +.bz_collapse_expand_comments li { + margin-bottom: .5em; +} .bz_collapse_comment { text-decoration: none; } @@ -547,19 +555,6 @@ input.required, select.required, span.required_explanation { margin-left: -1px; } -#bz_big_form_parts #left { - float: left; - min-width: 55em; - margin-right: 1em; - margin-bottom: 1em; -} - -#bz_big_form_parts #right { - float: left; - width: auto; - max-width: 35em; -} - /*******************/ /* Form Validation */ /*******************/ @@ -580,4 +575,4 @@ form th { } th.left { text-align: left; -} +} \ No newline at end of file diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index fe2e6abb3..b776b60bc 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -66,6 +66,10 @@ table#flags { vertical-align: top; } +.bz_group_visibility_section { + margin-left: 1em; +} + .bz_group_visibility_section .instructions { font-style: italic; } -- cgit v1.2.3-24-g4f1b