diff --git a/progit/static/progit.css b/progit/static/progit.css index 68a557e..86d5f6a 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -42,7 +42,7 @@ textarea { float:right!important; } -table.issues_list thead th, +table.list thead th, .fgradient{ color: white; background: #426ead; /* Old browsers */ @@ -548,7 +548,7 @@ pre { .tree_list li:nth-child(odd), .commit_list li:nth-child(odd), -table.issues_list tr:nth-child(odd) td +table.list tr:nth-child(odd) td { background-color: #ededed; } @@ -572,7 +572,7 @@ table.issues_list tr:nth-child(odd) td .tree_list li:hover, .commit_list li:hover, -table.issues_list tr:hover td +table.list tr:hover td { color: white; @@ -583,13 +583,13 @@ table.issues_list tr:hover td .commit_list li:hover a, .commit_list li:hover > a > span.commitid, .tree_list li:hover > a > span.filehex, -table.issues_list tr:hover td > a +table.list tr:hover td > a { color:white; } .commit_list li > a:first-child, .tree_list li > a:first-child, -table.issues_list tbody td > a +table.list tbody td > a { display: block; } @@ -610,25 +610,24 @@ a.btn_create { float: right; } -table.issues_list { +table.list { width: 100%; } -table.issues_list th { +table.list th { padding: .2em; } -table.issues_list td -{ +table.list td { padding: .1em .2em; } -table.issues_list td:first-child { +table.list td:first-child { width: 2em; } -table.issues_list .open_date, -table.issues_list .open_by { +table.list .open_date, +table.list .open_by { width: 9em; } diff --git a/progit/templates/issues.html b/progit/templates/issues.html index 7b5a4d4..922d29b 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -28,7 +28,7 @@ -