From 91864ee4f8355f4932afb0e8be4f576d464a71c3 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Wed, 3 Mar 2010 07:36:45 -0800 Subject: fix for button --- skins/standard/attachment.css | 2 +- template/en/default/attachment/edit.html.tmpl | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index 081f5ccb7..f12d9b682 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 2b533c916..6a98a7f05 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 %] -- cgit v1.2.3-24-g4f1b