source: Dev/trunk/src/client/dojox/sketch/resources/sketch.css @ 521

Last change on this file since 521 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 678 bytes
Line 
1.dojoxSketchIcon{
2        background-repeat:no-repeat;
3        height:16px;
4        min-width:16px;
5        text-align:center;
6        width:16px;
7}
8.dojoxSketchIcon { background-image:url(images/icons.gif); }
9.ShowCallouts{ background-position:0px 0px; }
10.PreviousCallout{ background-position:0px -16px; }
11.NextCallout{ background-position:0px -32px; }
12.dojoxSketchIconLead{ background-position:0px -48px; }
13.dojoxSketchIconUnderline{ background-position:0px -64px; }
14.dojoxSketchIconSingleArrow{ background-position:0px -80px; }
15.dojoxSketchIconBrace{ background-position:0px -96px; }
16.dojoxSketchIconDoubleArrow{ background-position:0px -112px; }
17.dojoxSketchIconPreexisting{ background-position:0px -128px; }
Note: See TracBrowser for help on using the repository browser.