зеркало из https://github.com/mozilla/pjs.git
Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; r=gerv.
This commit is contained in:
Родитель
efdddfa2e5
Коммит
97f90e4b87
|
@ -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 @@
|
|||
<input type="hidden" name="bugid" value="[% bugid %]">
|
||||
<input type="hidden" name="action" value="insert">
|
||||
|
||||
<table>
|
||||
<table class="attachment_entry">
|
||||
<tr>
|
||||
<th>File:</th>
|
||||
<td>
|
||||
|
|
|
@ -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 @@
|
|||
<input type="hidden" name="action" value="update">
|
||||
<input type="hidden" name="contenttypemethod" value="manual">
|
||||
|
||||
<table width="100%">
|
||||
<table class="attachment_info" width="100%">
|
||||
|
||||
<tr>
|
||||
<td width="25%">
|
||||
|
|
|
@ -25,10 +25,8 @@
|
|||
h1 = "View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
|
||||
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 %]
|
||||
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="4" border="1" width="75%">
|
||||
<table class="attachment_info" cellspacing="0" cellpadding="4" border="1" width="75%">
|
||||
<tr>
|
||||
<td valign="top" bgcolor="#cccccc" colspan="5">
|
||||
<big><b>Attachment #[% a.attachid %]</b></big>
|
||||
|
|
Загрузка…
Ссылка в новой задаче