# HG changeset patch # User osimons # Date 1259136216 0 # Node ID ec43da7bb63c01ccfa1f26ac8156e1c11130209c # Parent f9f5d618fbbf00f28ebac337613f7bd90fac981f Minor tweak to make the test-case folding work correctly on latest versions of all browsers. Issues likely remain with older browsers. Part of #205. diff --git a/bitten/htdocs/bitten.css b/bitten/htdocs/bitten.css --- a/bitten/htdocs/bitten.css +++ b/bitten/htdocs/bitten.css @@ -163,15 +163,15 @@ /* collapsible failure details */ #content.build table.tests tr th p { margin: 0; padding: 0; text-align: left; } #content.build table.tests tr th p.details { - margin: 0; padding-left: 32px; padding-top: 5px; text-align: left; font-weight: normal; + margin: 0; padding-left: 4px; padding-top: 5px; text-align: left; font-weight: normal; } #content.build table.tests tr th p.details span { white-space: pre; font-family: monospace; font-weight: normal; font-size: smaller; color: #666; } -#content.build table.tests .fixture { display: inline; } +#content.build table.tests .fixture { display: inline-block; } #content.build table.tests tr.failed th .fixture a { - background: url(../common/expanded.png) 0 50% no-repeat; padding-left: 16px; + background: url(../common/expanded.png) 50% 50% no-repeat; padding-left: 16px; } #content.build table.tests tr.failed th.collapsed .fixture a { background-image: url(../common/collapsed.png);