Fixed versions/show layout with IE.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@961 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
60c82a03db
commit
6239e319ac
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue