Changeset 13722

Show
Ignore:
Timestamp:
05/13/08 03:53:30 (6 months ago)
Author:
bill
Message:

Size note.gif to 16x16 like most other icons to prevent buttons from being different heights merely due to different icons. Refs #6572.

Location:
dijit/trunk/tests
Files:
2 modified

Legend:

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

    r13721 r13722  
    2525        background-image: url(../images/note.gif); 
    2626        background-repeat: no-repeat;  
    27         width: 20px; 
    28         height: 20px; 
     27        width: 16px; 
     28        height: 16px; 
    2929} 
    3030.flatScreenIcon {