From: gerv%gerv.net <> Date: Sat, 10 Aug 2002 15:10:21 +0000 (+0000) Subject: Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; r=gerv. X-Git-Tag: bugzilla-2.17.1~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ecd25e872a3158bfbb210c2db48b21b80a003e7;p=thirdparty%2Fbugzilla.git Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; r=gerv. --- diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 86d4185255..a80708ee3e 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -29,8 +29,17 @@ h1 = h1 h2 = h2 style = " - th { text-align: right; vertical-align: baseline; white-space: nowrap; } - td { text-align: left; vertical-align: baseline; padding-bottom: 5px; } + table.attachment_entry th { + text-align: right; + vertical-align: baseline; + white-space: nowrap; + } + + table.attachment_entry td { + text-align: left; + vertical-align: baseline; + padding-bottom: 5px; + } " onload="setContentTypeDisabledState();" %] @@ -39,7 +48,7 @@ - +
File: diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index d09a37902a..5d01d28981 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -29,11 +29,9 @@ h1 = h1 h2 = h2 style = " - th { text-align: right; vertical-align: top; } - td { text-align: left; vertical-align: top; } - td#info { text-align: right; vertical-align: top; } - td#actions { text-align: right; vertical-align: bottom; } - td#noview { text-align: left; vertical-align: center; } + table.attachment_info th { text-align: right; vertical-align: top; } + table.attachment_info td { text-align: left; vertical-align: top; } + #noview { text-align: left; vertical-align: center; } " %] @@ -147,7 +145,7 @@ - +
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index 6d192ad897..5e12f622ed 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -25,10 +25,8 @@ h1 = "View All Attachments for Bug #$bugid" h2 = filtered_summary style = " - th { text-align: right; vertical-align: top; } - td { text-align: left; vertical-align: top; } - td#info { text-align: right; vertical-align: top; } - td#actions { text-align: right; vertical-align: bottom; } + table.attachment_info th { text-align: right; vertical-align: top; } + table.attachment_info td { text-align: left; vertical-align: top; } " %] @@ -37,7 +35,7 @@ [% FOREACH a = attachments %]
- +
Attachment #[% a.attachid %]