Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #631 from rhdunn/test-row-padding-fix
Browse files Browse the repository at this point in the history
Fix #630 Don't include padding in the test result rows.
  • Loading branch information
dmcassel authored Jul 20, 2016
2 parents ff20b31 + b978e53 commit 4f8ee5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/test/css/tests.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ table td {
vertical-align: top;
}

table tr.tests td {
padding: 0;
}

tr.even {
background-color: #dfd;
}
Expand Down
2 changes: 1 addition & 1 deletion src/test/default.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ declare function local:main() {
<td class="passed">-</td>
<td class="right failed">-</td>
</tr>,
<tr class="{$class}">
<tr class="{$class} tests">
<td colspan="6">
<div class="tests">
<div class="wrapper"><input class="check-all-tests" type="checkbox" checked="checked"/>Run All Tests</div>
Expand Down

0 comments on commit 4f8ee5c

Please sign in to comment.