(refs #488)Start to apply new issue UI to the issue list.

This commit is contained in:
Naoki Takezoe
2014-09-16 00:46:38 +09:00
parent 287a0b6669
commit f4e4506517
4 changed files with 113 additions and 91 deletions

View File

@@ -620,6 +620,16 @@ span.simplified-path {
/****************************************************************************/
/* Issues */
/****************************************************************************/
a.button-link {
font-weight: normal;
color: gray;
}
a.selected {
font-weight: bold;
color: black;
}
span.issue-status {
display: block;
font-size: large;
@@ -634,7 +644,7 @@ table.table-issues {
a.issue-title {
color: #333;
font-weight: bold;
size: 110%;
font-size: 120%;
}
ul.label-list {