Bug tracker improvements + added maildir.pl + ncdc FAQ update

This commit is contained in:
Yorhel 2012-10-12 12:45:42 +02:00
parent 8341fb9341
commit bf6e6be5f4
6 changed files with 42 additions and 5 deletions

View file

@ -67,7 +67,10 @@ table thead td { font-weight: bold }
.bug_listing tbody tr:nth-child(odd) { background-color: #f4f4f4 }
.bug_listing { width: 95% }
.bug_col_id, .bug_col_type, .bug_col_status, .bug_col_date { white-space: nowrap }
.bug_closed td { text-decoration: line-through }
.bug_closed .bug_col_id { text-decoration: line-through }
.bug_closed .bug_col_summary a { color: #777 }
.bug_col_summary a { text-decoration: none }
.bug_col_summary a:hover { text-decoration: underline }
.bug_status { display: block; height: 20px }
.bug_status dt { float: left; font-weight: bold }
.bug_status dd { float: left; }
@ -83,5 +86,6 @@ table thead td { font-weight: bold }
.bug_frm input, .bug_frm select { float: left }
.bug_frm textarea { width: 100%; height: 200px }
.bug_frm_submit input { float: right; width: 200px }
.bug_filter { display: block; width: 100%; text-align: right; margin: 0; }
.bug_status dt::after, .bug_item dt::after, .bug_frm label::after { content: ":" }