aboutsummaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-09-18 11:57:56 -0400
committerDave Lawrence <dlawrence@mozilla.com>2013-09-18 11:57:56 -0400
commit190b8649d0669b9445b143d40b5a44f2fff819dc (patch)
tree6c0269d48fd9838ea168d2db74c63ae6f797dfb5 /skins
parent2799e118d748aa32aa496c6614ba369dbd169520 (diff)
downloadbugs-190b8649d0669b9445b143d40b5a44f2fff819dc.tar
bugs-190b8649d0669b9445b143d40b5a44f2fff819dc.tar.gz
bugs-190b8649d0669b9445b143d40b5a44f2fff819dc.tar.bz2
bugs-190b8649d0669b9445b143d40b5a44f2fff819dc.tar.xz
bugs-190b8649d0669b9445b143d40b5a44f2fff819dc.zip
Bug 578434 - Bug group checkboxes lay out poorly beside attachment field
r/a=glob
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css25
-rw-r--r--skins/standard/show_bug.css4
2 files changed, 15 insertions, 14 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 51d7c29db..5b1aa532e 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -286,7 +286,7 @@ div#docslinks {
}
.bz_comment_text {
- width: 50em;
+ max-width: 60em;
}
.bz_comment_user, .bz_comment_time, .bz_comment_number,
@@ -299,14 +299,6 @@ 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;
}
@@ -555,6 +547,19 @@ 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 */
/*******************/
@@ -575,4 +580,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 b776b60bc..fe2e6abb3 100644
--- a/skins/standard/show_bug.css
+++ b/skins/standard/show_bug.css
@@ -66,10 +66,6 @@ table#flags {
vertical-align: top;
}
-.bz_group_visibility_section {
- margin-left: 1em;
-}
-
.bz_group_visibility_section .instructions {
font-style: italic;
}