1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
.testsuite { display: none; width: 800px; } .test_variables { display: none; } .test_cases { display: none; } .test_case { display: none; } div.testsuite { background: turquoise; } .textinput { width: 350px; } .test_suite_vals div label { float: left; text-align: right; width: 100px; } |