diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-14 08:28:55 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-14 08:28:55 +0200 |
commit | 14102c9968496f9341994ea92b24c9490331a2d2 (patch) | |
tree | ffbf3c55b368ae136609235cd0b24b28376a0363 /template/en/default/attachment | |
parent | 96c78287563baa489c5ad36c855c63674ed55b34 (diff) | |
download | bugzilla-14102c9968496f9341994ea92b24c9490331a2d2.tar.gz bugzilla-14102c9968496f9341994ea92b24c9490331a2d2.tar.xz |
minor tweaks to mozilla skin
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 5079a0eec..05ad0bb26 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -142,7 +142,7 @@ function toggle_display(link) { </td> [% END %] - <td valign="top"> + <td class="bz_attach_actions" valign="top"> <a href="attachment.cgi?id=[% attachment.id %]&action=edit">Details</a> [% IF attachment.ispatch && feature_enabled('patch_viewer') %] | <a href="attachment.cgi?id=[% attachment.id %]&action=diff">Diff</a> |