Changeset 13660

Show
Ignore:
Timestamp:
05/10/08 05:59:25 (7 months ago)
Author:
dante
Message:

refs #6664 - forgot to add the testMatrix styles.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/css/dijitTests.css

    r12843 r13660  
    7777        font-size: larger; /* help test widget sizing */ 
    7878} 
     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}