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/themes/claro/Common.less | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'lib/dijit/themes/claro/Common.less') diff --git a/lib/dijit/themes/claro/Common.less b/lib/dijit/themes/claro/Common.less index 872cf8913..248fc1ab8 100644 --- a/lib/dijit/themes/claro/Common.less +++ b/lib/dijit/themes/claro/Common.less @@ -20,18 +20,6 @@ outline: 1px dotted @focus-outline-color; } -.claro .dijitContentPaneLoading { - background:url('images/loadingAnimation.gif') no-repeat left center; - padding-left:25px; -} - -/* .dijitContentPaneError icon renders in a dialog box with the error messsage when there is an error in a HREF url */ -.claro .dijitContentPaneError { - background:url('../../icons/images/commonIconsObjActEnabled.png') no-repeat left center; - background-position: -496px; - padding-left:25px; -} - /* Drag and Drop */ .claro .dojoDndItemBefore, .claro .dojoDndItemAfter{ @@ -51,7 +39,7 @@ padding-left:21px; } .claro.dojoDndMove .dojoDndAvatarHeader, .claro.dojoDndCopy .dojoDndAvatarHeader { - background-image: url(images/dnd.png); + background-image: url(@image-dnd); background-repeat: no-repeat; background-position:2px -122px; } -- cgit v1.2.3