Changeset 13660
- Timestamp:
- 05/10/08 05:59:25 (7 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/css/dijitTests.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/css/dijitTests.css
r12843 r13660 77 77 font-size: larger; /* help test widget sizing */ 78 78 } 79 80 #testMatrix { 81 width:100%; 82 text-align:center; 83 } 84 #testMatrix tr > td { 85 text-align:left; 86 } 87 #testMatrix tr.top { 88 background:blue; 89 color:#fff; 90 } 91 #testMatrix tr.top th { 92 padding:6px; 93 } 94 #testMatrix tr.tests { 95 background:#666; 96 padding:3px; 97 padding-left:6px; 98 padding-right:6px; 99 color:#fff; 100 } 101 #testMatrix tr.tests th { 102 text-align:center; 103 } 104 #testMatrix tr.spacer { 105 background:#dedede; 106 color:#666; 107 } 108 #testMatrix tr.spacer td { 109 padding:6px; 110 } 111 #testMatrix tr.testRow td { 112 text-align:center; 113 } 114 #testMatrix tr.testRow td.label { 115 text-align:left; 116 padding-left:15px; 117 } 118 #testMatrix tr.alt { 119 background:#ededed; 120 }