@@ -14,16 +14,16 | |||
|
14 | 14 | |
|
15 | 15 | <div id="version-summary"> |
|
16 | 16 | <% if @version.estimated_hours > 0 || User.current.allowed_to?(:view_time_entries, @project) %> |
|
17 | <fieldset><legend><%= l(:label_time_tracking) %></legend> | |
|
17 | <fieldset class="time-tracking"><legend><%= l(:label_time_tracking) %></legend> | |
|
18 | 18 | <table> |
|
19 | 19 | <tr> |
|
20 |
<t |
|
|
21 |
<td |
|
|
20 | <th><%= l(:field_estimated_hours) %></th> | |
|
21 | <td class="total-hours"><%= html_hours(l_hours(@version.estimated_hours)) %></td> | |
|
22 | 22 | </tr> |
|
23 | 23 | <% if User.current.allowed_to?(:view_time_entries, @project) %> |
|
24 | 24 | <tr> |
|
25 |
<t |
|
|
26 |
<td |
|
|
25 | <th><%= l(:label_spent_time) %></th> | |
|
26 | <td class="total-hours"><%= html_hours(l_hours(@version.spent_hours)) %></td> | |
|
27 | 27 | </tr> |
|
28 | 28 | <% end %> |
|
29 | 29 | </table> |
@@ -356,11 +356,12 div#roadmap .related-issues td.checkbox { display: none; } | |||
|
356 | 356 | div#roadmap .wiki h1:first-child { display: none; } |
|
357 | 357 | div#roadmap .wiki h1 { font-size: 120%; } |
|
358 | 358 | div#roadmap .wiki h2 { font-size: 110%; } |
|
359 |
body.controller-versions.action-show div#roadmap .related-issues {width: |
|
|
359 | body.controller-versions.action-show div#roadmap .related-issues {width:70%;} | |
|
360 | 360 | |
|
361 |
div#version-summary { float:right; width: |
|
|
361 | div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; } | |
|
362 | 362 | div#version-summary fieldset { margin-bottom: 1em; } |
|
363 | div#version-summary .total-hours { text-align: right; } | |
|
363 | div#version-summary fieldset.time-tracking table { width:100%; } | |
|
364 | div#version-summary th, div#version-summary td.total-hours { text-align: right; } | |
|
364 | 365 | |
|
365 | 366 | table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; } |
|
366 | 367 | table#time-report tbody tr.subtotal { font-style: italic; color:#777;} |
General Comments 0
You need to be logged in to leave comments.
Login now