Changeset 14169

Show
Ignore:
Timestamp:
06/26/08 12:10:56 (5 months ago)
Author:
bill
Message:

Make test icons 18x18, rather than 16x16, to match editor icons. Refs #6572, #6935.

Files:
1 modified

Legend:

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

    r14104 r14169  
    1616        background-image: url(../images/plus.gif); 
    1717        background-repeat: no-repeat;  
    18         width: 16px; 
    19         height: 16px; 
     18        background-position: center center; 
     19        width: 18px; 
     20        height: 18px; 
    2021} 
    2122.plusBlockIcon { 
     
    2526        background-image: url(../images/note.gif); 
    2627        background-repeat: no-repeat;  
    27         width: 16px; 
    28         height: 16px; 
     28        background-position: center center; 
     29        width: 18px; 
     30        height: 18px; 
    2931} 
    3032.flatScreenIcon {