summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-11-26 13:33:19 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-11-26 13:33:19 +0000
commit6208b12f3bfe58441d3da7ddf05b3c4a15365caf (patch)
treec6ceaa4e81f0e98317ea5431043524f369b2ecd5 /app
parentc37f2a3a04bc1ee0bf1d2fe631f91ae78429e536 (diff)
downloadredmine-6208b12f3bfe58441d3da7ddf05b3c4a15365caf.tar.gz
redmine-6208b12f3bfe58441d3da7ddf05b3c4a15365caf.zip
CSS class for modal box buttons.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7931 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/issues/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index 22791a9ae..1c6094935 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -68,7 +68,7 @@
<p>
<label><%= check_box_tag 'description', '1' %> <%= l(:field_description) %></label>
</p>
- <p style="text-align:right; margin-bottom:0">
+ <p class="buttons">
<%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);" %>
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>
</p>