From 81bea17aefb26859f825b9293c7c99192874806e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 8 Nov 2011 20:40:44 +0400 Subject: upgrade Dojo to 1.6.1 --- lib/dijit/icons/commonIcons.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'lib/dijit/icons/commonIcons.css') diff --git a/lib/dijit/icons/commonIcons.css b/lib/dijit/icons/commonIcons.css index 373752a81..6f2749240 100644 --- a/lib/dijit/icons/commonIcons.css +++ b/lib/dijit/icons/commonIcons.css @@ -1,3 +1,10 @@ +/* Dijit widget common icons*/ + +/*commonIcons.css is located in dijit/icons + +commonIconsRtl.css is TBD. This needs to be reviewed to determine in Rtl is reqd. + +The 16 x 16px icons in these sprites are action and object type images which can be used in the following widgets: accordionContainer, menu, tab, titlepane, tree, and all button widgets and error validation contexts. */ .dijitIconSave, .dijitIconPrint, @@ -34,10 +41,11 @@ .dijitFolderOpened, .dijitIconFolderOpen, .dijitIconError { - background-image: url('images/commonIconsObjActEnabled.png'); + background-image: url('images/commonIconsObjActEnabled.png'); /* Contains both object and action icons in a sprite image for the enabled state. */ width: 16px; height: 16px; } + .dj_ie6 .dijitIconSave, .dj_ie6 .dijitIconPrint, .dj_ie6 .dijitIconCut, @@ -75,6 +83,7 @@ .dj_ie6 .dijitIconError { background-image: url('images/commonIconsObjActEnabled8bit.png'); } + .dijitDisabled .dijitIconSave, .dijitDisabled .dijitIconPrint, .dijitDisabled .dijitIconCut, @@ -110,8 +119,10 @@ .dijitDisabled .dijitFolderOpened, .dijitDisabled .dijitIconFolderOpen, .dijitDisabled .dijitIconError { - background-image: url('images/commonIconsObjActDisabled.png'); + background-image: url('images/commonIconsObjActDisabled.png'); /* Contains both object and action icons as a sprite image for the disabled state. These would be used by buttons and menus. */ } + +/*Action icons*/ .dijitIconSave { background-position: 0px; } .dijitIconPrint { background-position: -16px; } .dijitIconCut { background-position: -32px; } @@ -128,6 +139,9 @@ .dijitIconConfigure { background-position: -208px; } .dijitIconSearch { background-position: -224px; } .dijitIconError { background-position: -496px; } +/* .dijitIconError is also called .dijitContentPaneError icon in the claro/common.css and is applied to HREF url errors that render in a dialog box with the error messsage */ + +/*Object icons*/ .dijitIconApplication { background-position: -240px; } .dijitIconBookmark { background-position: -256px; } .dijitIconChart { background-position: -272px; } @@ -142,5 +156,9 @@ .dijitIconSample { background-position: -416px; } .dijitIconTable { background-position: -432px; } .dijitIconUsers { background-position: -448px; } + + +/*Tree folder icons*/ .dijitIconFolderClosed, .dijitFolderClosed { background-position: -464px; } .dijitIconFolderOpen, .dijitFolderOpened { background-position: -480px; } + -- cgit v1.2.3