diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 09:59:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-03 09:59:03 +0000 |
commit | 49fcec80b7eb42debb749b7eef27b315c137d19f (patch) | |
tree | 36c336301429ef1eadd6d47e6031932b8a1a1a00 /public/stylesheets/application.css | |
parent | 826e978806bbe80d266c1ebdda64fd84b0f5208a (diff) | |
download | redmine-49fcec80b7eb42debb749b7eef27b315c137d19f.tar.gz redmine-49fcec80b7eb42debb749b7eef27b315c137d19f.zip |
Reverts r16051 and r16050 for now (#15361).
git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r-- | public/stylesheets/application.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4ed40bcb1..bb2b0b888 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -317,8 +317,6 @@ table.permissions td.role {color:#999;font-size:90%;font-weight:normal !importan tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} -div.mypage-box table.time-entries tr.time-entry { background-color: #fff; } -div.mypage-box table.time-entries tr.odd { background-color:#f6f7f8; } tr.time-entry { text-align: center; white-space: nowrap; } 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; } td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } @@ -332,7 +330,7 @@ table.plugins span.url { display: block; font-size: 0.9em; } table.list.enumerations {table-layout: fixed;} -tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; background-color: #fff;} +tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; } tr.group span.name {font-weight:bold;} tr.group span.count {font-weight:bold; position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;} tr.group span.totals {color: #aaa; font-size: 80%;} @@ -345,8 +343,8 @@ table.list tbody tr:hover { background-color:#ffffdd; } table.list tbody tr.group:hover { background-color:inherit; } table td {padding:2px;} table p {margin:0;} -table.list tbody tr:nth-child(odd), #issue-changesets div.changeset:nth-child(odd) {background-color:#f6f7f8;} -table.list tbody tr:nth-child(even), #issue-changesets div.changeset:nth-child(even) {background-color: #fff;} +.odd {background-color:#f6f7f8;} +.even {background-color: #fff;} tr.builtin td.name {font-style:italic;} |