From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/icons/commonIcons.css | 11 +++++++++-- lib/dijit/icons/commonIcons_rtl.css | 12 +++--------- lib/dijit/icons/editorIcons.css | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'lib/dijit/icons') diff --git a/lib/dijit/icons/commonIcons.css b/lib/dijit/icons/commonIcons.css index 6f2749240..8d0060e85 100644 --- a/lib/dijit/icons/commonIcons.css +++ b/lib/dijit/icons/commonIcons.css @@ -123,7 +123,7 @@ The 16 x 16px icons in these sprites are action and object type images which can } /*Action icons*/ -.dijitIconSave { background-position: 0px; } +.dijitIconSave { background-position: 0; } .dijitIconPrint { background-position: -16px; } .dijitIconCut { background-position: -32px; } .dijitIconCopy { background-position: -48px; } @@ -139,7 +139,6 @@ The 16 x 16px icons in these sprites are action and object type images which can .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; } @@ -162,3 +161,11 @@ The 16 x 16px icons in these sprites are action and object type images which can .dijitIconFolderClosed, .dijitFolderClosed { background-position: -464px; } .dijitIconFolderOpen, .dijitFolderOpened { background-position: -480px; } +/*Loading animation*/ +.dijitIconLoading { + background:url('images/loadingAnimation_rtl.gif') no-repeat; + height: 20px; + width: 20px; +} + + diff --git a/lib/dijit/icons/commonIcons_rtl.css b/lib/dijit/icons/commonIcons_rtl.css index 4d4c26f2d..8d3ea03b7 100644 --- a/lib/dijit/icons/commonIcons_rtl.css +++ b/lib/dijit/icons/commonIcons_rtl.css @@ -38,7 +38,7 @@ The 16 x 16px icons in these sprites are action and object type images which can .dijitRtl .dijitIconFolderClosed, .dijitRtl .dijitFolderOpened, .dijitRtl .dijitIconFolderOpen, -.dijitRtl .dijitIconError, .dijitRtl .dijitContentPaneError { +.dijitRtl .dijitIconError { background-image: url('images/commonIconsObjActEnabled_rtl.png'); /* Contains both object and action icons in a sprite image for the enabled state. */ width: 16px; height: 16px; @@ -78,7 +78,7 @@ The 16 x 16px icons in these sprites are action and object type images which can .dj_ie6 .dijitRtl .dijitIconFolderClosed, .dj_ie6 .dijitRtl .dijitFolderOpened, .dj_ie6 .dijitRtl .dijitIconFolderOpen, -.dj_ie6 .dijitRtl .dijitIconError, .dj_ie6 .dijitRtl .dijitContentPaneError { +.dj_ie6 .dijitRtl .dijitIconError { background-image: url('images/commonIconsObjActEnabled8bit_rtl.png'); } @@ -116,12 +116,6 @@ The 16 x 16px icons in these sprites are action and object type images which can .dijitRtl .dijitDisabled .dijitIconFolderClosed, .dijitRtl .dijitDisabled .dijitFolderOpened, .dijitRtl .dijitDisabled .dijitIconFolderOpen, -.dijitRtl .dijitDisabled .dijitIconError, .dijitRtl .dijitDisabled .dijitContentPaneError { +.dijitRtl .dijitDisabled .dijitIconError { background-image: url('images/commonIconsObjActDisabled_rtl.png'); /* Contains both object and action icons as a sprite image for the disabled state. These would be used by buttons and menus. */ } - - -/*For Claro and future themes.*/ -.dijitRtl .dijitContentPaneLoading { - background:url('images/loadingAnimation_rtl.gif') no-repeat; -} diff --git a/lib/dijit/icons/editorIcons.css b/lib/dijit/icons/editorIcons.css index 8c667ac7d..1889e992b 100644 --- a/lib/dijit/icons/editorIcons.css +++ b/lib/dijit/icons/editorIcons.css @@ -19,7 +19,7 @@ editorIcons.css contains references to the dijit editor widget icons. There are } -.dijitEditorIconSep { background-position: 0px; } +.dijitEditorIconSep { background-position: 0; } .dijitEditorIconSave { background-position: -18px; } .dijitEditorIconPrint { background-position: -36px; } .dijitEditorIconCut { background-position: -54px; } -- cgit v1.2.3