Commit 6239e319 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed versions/show layout with IE.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@961 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 60c82a03
......@@ -4,7 +4,7 @@
<h2><%= h(@version.name) %></h2>
<div id="status_by" style="float:right;">
<div id="status_by">
<%= render_issue_status_by(@version, params[:status_by]) if @version.fixed_issues.count > 0 %>
</div>
......
......@@ -267,7 +267,7 @@ table.progress td.open { background: #FFF none repeat scroll 0%; }
p.pourcent {font-size: 80%;}
p.progress-info {clear: left; font-style: italic; font-size: 80%;}
div#status_by { margin-left: 16px; margin-bottom: 16px; }
div#status_by { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; }
/***** Tabs *****/
#content .tabs{height: 2.6em;}
......
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