Changeset 13662 for dijit/trunk/tests/_testMatrix.php
- Timestamp:
- 05/10/08 06:08:30 (7 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/_testMatrix.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/_testMatrix.php
r13659 r13662 9 9 @import "../../dojo/resources/dojo.css"; 10 10 @import "css/dijitTests.css"; 11 table tr > td { 12 text-align:left; 13 } 14 tr.top { 15 background:blue; 16 color:#fff; 17 } 18 tr.top th { 19 padding:6px; 20 } 21 tr.tests { 22 background:#666; 23 color:#fff; 24 } 25 tr.tests th { 26 text-align:center; 27 } 28 tr.spacer { 29 background:#dedede; 30 color:#666; 31 } 32 tr.spacer td { 33 padding:6px; 34 } 35 tr.testRow td { 36 text-align:center; 37 } 38 tr.testRow td.label { 39 text-align:left; 40 padding-left:15px; 41 } 42 tr.alt { 43 background:#ededed; 44 } 11 45 12 </style> 46 13 … … 58 25 59 26 printLinks(".", "Base Dijit Tests"); 60 printLinks("./form", "Dijit Form Tests");61 printLinks("./layout", "Dijit Layout Widget s");27 printLinks("./form", "Dijit Form Widget Tests"); 28 printLinks("./layout", "Dijit Layout Widget Tests"); 62 29 printLinks("./tree","Dijit Tree Tests"); 63 30