]> source.dussan.org Git - redmine.git/commitdiff
CSS class for modal box buttons.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Nov 2011 13:33:19 +0000 (13:33 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Nov 2011 13:33:19 +0000 (13:33 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7931 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/index.html.erb
public/stylesheets/application.css

index 22791a9ae019f2f101264950c04693afce5896c2..1c6094935567ac80852b9efa2b1e17cc28ac3d22 100644 (file)
@@ -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>
index 4e5b9fe7c6e435841a0d31592fde8ef4e7bf70f6..4b5c9ee2732dfcca65cc5f5116ffaadcc9b3937c 100644 (file)
@@ -95,6 +95,7 @@ html>body #content { min-height: 600px; }
 html>body #modalbg {position:fixed;}
 div.modal { border-radius:5px; position:absolute; top:25%; background:#fff; border:2px solid #759FCF; z-index:50; padding:0px; padding:8px;}
 div.modal h3.title {background:#759FCF; color:#fff; border:0; padding-left:8px; margin:-8px; margin-bottom: 1em; border-top-left-radius:2px;border-top-right-radius:2px;}
+div.modal p.buttons {text-align:right; margin-bottom:0;}
 html>body div.modal {position:fixed;}
 
 input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }