##// END OF EJS Templates
Adds odd_even class to time entries (#15361)....
Jean-Philippe Lang -
r15880:36cfb2cc8b32
parent child
Show More
@@ -34,7 +34,7 entries_by_day = entries.group_by(&:spent_on)
34
34
35 <% if entries.any? %>
35 <% if entries.any? %>
36 <%= form_tag({}, :data => {:cm_url => time_entries_context_menu_path}) do %>
36 <%= form_tag({}, :data => {:cm_url => time_entries_context_menu_path}) do %>
37 <table class="list time-entries">
37 <table class="list time-entries odd-even">
38 <thead><tr>
38 <thead><tr>
39 <th><%= l(:label_activity) %></th>
39 <th><%= l(:label_activity) %></th>
40 <th><%= l(:label_project) %></th>
40 <th><%= l(:label_project) %></th>
@@ -320,8 +320,6 table.permissions td.role {color:#999;font-size:90%;font-weight:normal !importan
320
320
321 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
321 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
322
322
323 div.mypage-box table.time-entries tr.time-entry { background-color: #fff; }
324 div.mypage-box table.time-entries tr.odd { background-color:#f6f7f8; }
325 tr.time-entry { text-align: center; white-space: nowrap; }
323 tr.time-entry { text-align: center; white-space: nowrap; }
326 tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { text-align: left; white-space: normal; }
324 tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { text-align: left; white-space: normal; }
327 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
325 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
General Comments 0
You need to be logged in to leave comments. Login now