From: Guy Pyrzak Date: Wed, 3 Mar 2010 15:36:45 +0000 (-0800) Subject: fix for button X-Git-Tag: bugzilla-3.7.1~198^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91864ee4f8355f4932afb0e8be4f576d464a71c3;p=thirdparty%2Fbugzilla.git fix for button --- diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index 081f5ccb76..f12d9b6824 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -205,7 +205,6 @@ textarea.bz_private { #update { clear: both; - padding: 1.5em 0; display: block; } @@ -215,6 +214,7 @@ textarea { div#update_container { clear: both; + padding: 1.5em 0; } #attachment_flags { diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 2b533c9165..6a98a7f051 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -268,12 +268,12 @@ %] [% END %] - [% IF user.id %] -
- -
- [% END %] + [% IF user.id %] +
+ +
+ [% END %]