]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix for button
authorGuy Pyrzak <guypyrzak@guyah>
Wed, 3 Mar 2010 15:36:45 +0000 (07:36 -0800)
committerGuy Pyrzak <guypyrzak@guyah>
Wed, 3 Mar 2010 15:36:45 +0000 (07:36 -0800)
skins/standard/attachment.css
template/en/default/attachment/edit.html.tmpl

index 081f5ccb76ba725a2ab1d08d05fba6fd62cdc31a..f12d9b68244999bd28fea8348907b1c731f3bd5f 100644 (file)
@@ -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 {
index 2b533c91650b0e48eddebf3f66084ce12baed7c9..6a98a7f05105b0466cceccad917a8de9ea2259b4 100644 (file)
               %]
      
           [% END %]
-          [% IF user.id %]       
-            <div id="update_container">
-              <input type="submit" value="Submit" id="update">
-            </div>
-          [% END %]
         </div>
+        [% IF user.id %]       
+          <div id="update_container">
+            <input type="submit" value="Submit" id="update">
+          </div>
+        [% END %]        
       </div>        
     </div>
   </div>