s/issue/bug/g + updated ncdc-share-report

This commit is contained in:
Yorhel 2012-03-30 13:50:56 +02:00
parent 05c36a1aef
commit d6865e7b42
5 changed files with 121 additions and 119 deletions

View file

@ -65,23 +65,23 @@ textarea:focus, input:focus { background: #fff }
table { border-collapse: collapse }
table td { padding: 0 2px }
table thead td { font-weight: bold }
.issue_listing tbody tr:nth-child(odd) { background-color: #f4f4f4 }
.issue_listing { width: 95% }
.issue_col_id, .issue_col_type, .issue_col_status, .issue_col_date { white-space: nowrap }
.issue_closed td { text-decoration: line-through }
.issue_status { display: block; height: 20px }
.issue_status dt { float: left; font-weight: bold }
.issue_status dd { float: left; }
.issue_item h1 { margin-top: 30px }
.issue_item dt { clear: left; float: left; font-weight: bold; width: 60px }
.issue_item dd { float: left; padding-right: 20px }
.issue_item p { clear: left; padding-top: 5px }
.issue_frm fieldset { border: 0; margin-top: 40px }
.issue_frm legend { font-size: 19px; color: #000; }
.issue_frm li { list-style-type: none; margin-left: 10px; clear: left; padding-top: 5px }
.issue_frm label { display: block; width: 80px; float: left }
.issue_frm input, .issue_frm select { float: left }
.issue_frm textarea { width: 100%; height: 200px }
.issue_frm_submit input { float: right; width: 200px }
.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_status { display: block; height: 20px }
.bug_status dt { float: left; font-weight: bold }
.bug_status dd { float: left; }
.bug_item h1 { margin-top: 30px }
.bug_item dt { clear: left; float: left; font-weight: bold; width: 60px }
.bug_item dd { float: left; padding-right: 20px }
.bug_item p { clear: left; padding-top: 5px }
.bug_frm fieldset { border: 0; margin-top: 40px }
.bug_frm legend { font-size: 19px; color: #000; }
.bug_frm li { list-style-type: none; margin-left: 10px; clear: left; padding-top: 5px }
.bug_frm label { display: block; width: 80px; float: left }
.bug_frm input, .bug_frm select { float: left }
.bug_frm textarea { width: 100%; height: 200px }
.bug_frm_submit input { float: right; width: 200px }
.issue_status dt::after, .issue_item dt::after, .issue_frm label::after { content: ":" }
.bug_status dt::after, .bug_item dt::after, .bug_frm label::after { content: ":" }