<th class="nosort"></th>
<th class="left text <%= 'sortfirstasc' if @components_configuration.sorted_by_project_name? -%>"><%= message('name') -%></th>
<% configured_columns.each do |column| %>
- <th class="<%= column.get_table_header_css %>"><%= column.name %></th>
+ <th class="<%= column.get_table_header_css %> righticon"><%= column.name %></th>
<% end %>
</tr>
</thead>
\ No newline at end of file
<th class="thin nowrap sortfirstasc"><%= message('manual_measures.col.metric') -%></th>
<th class="thin nowrap nosort" style="text-align: right"><%= message('manual_measures.col.value') -%></th>
<th><%= message('manual_measures.col.description') -%></th>
- <th style="text-align: right"><%= message('manual_measures.col.author') -%></th>
- <th style="text-align: right"><%= message('manual_measures.col.date') -%></th>
+ <th class="righticon" style="text-align: right"><%= message('manual_measures.col.author') -%></th>
+ <th class="righticon" style="text-align: right"><%= message('manual_measures.col.date') -%></th>
<th class="thin nowrap nosort"><%= message('manual_measures.col.operations') -%></th>
</tr>
</thead>
table.sortable .sortcol {
cursor: pointer;
- padding-right: 15px;
+ padding-left: 15px;
background-repeat: no-repeat;
background-position: right center;
text-decoration: underline;
table.sortable .sortasc {
background-image: url('../images/bullet_arrow_up.gif');
- background-position: right center;
+ background-position: left center;
}
table.sortable .sortdesc {
background-image: url('../images/bullet_arrow_down.gif');
+ background-position: left center;
+}
+
+table.sortable .righticon {
+ padding-right: 15px;
background-position: right center;
}