Commit 91864ee4 authored by Guy Pyrzak's avatar Guy Pyrzak

fix for button

parent 9b24ebbc
...@@ -205,7 +205,6 @@ textarea.bz_private { ...@@ -205,7 +205,6 @@ textarea.bz_private {
#update { #update {
clear: both; clear: both;
padding: 1.5em 0;
display: block; display: block;
} }
...@@ -215,6 +214,7 @@ textarea { ...@@ -215,6 +214,7 @@ textarea {
div#update_container { div#update_container {
clear: both; clear: both;
padding: 1.5em 0;
} }
#attachment_flags { #attachment_flags {
......
...@@ -268,6 +268,7 @@ ...@@ -268,6 +268,7 @@
%] %]
[% END %] [% END %]
</div>
[% IF user.id %] [% IF user.id %]
<div id="update_container"> <div id="update_container">
<input type="submit" value="Submit" id="update"> <input type="submit" value="Submit" id="update">
...@@ -276,7 +277,6 @@ ...@@ -276,7 +277,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</form> </form>
<div id="attachment_actions"> <div id="attachment_actions">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment