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/editorIcons_rtl.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'lib/dijit/icons/editorIcons_rtl.css') diff --git a/lib/dijit/icons/editorIcons_rtl.css b/lib/dijit/icons/editorIcons_rtl.css index 8dcdd7370..4d8cb7198 100644 --- a/lib/dijit/icons/editorIcons_rtl.css +++ b/lib/dijit/icons/editorIcons_rtl.css @@ -1,10 +1,23 @@ +/* Dijit Editor RTL icons*/ +/*editorIcons_rtl.css is located in dijit/images + +editorIcons_rtl.css contains references to the dijit editor widget icons. There are 46 icons used to map to the related editor funtionality in the editor's toolbar. + +*/ + + +/* Editor */ .dijitEditorRtl .dijitEditorIcon { - background-image: url('images/editorIconsEnabled_rtl.png'); + background-image: url('images/editorIconsEnabled_rtl.png'); /* editor icons sprite image for the enabled right to left state */ } .dijitEditorRtlDisabled .dijitEditorIcon { - background-image: url('images/editorIconsDisabled_rtl.png'); + background-image: url('images/editorIconsDisabled_rtl.png'); /* editor icons sprite image for the disabled right to left state */ } + +/* Toolbar */ .dijitToolbarRtl .dijitToolbarSeparator { background-image: url('images/editorIconsEnabled_rtl.png'); } + +/* took this information above from editorRtl.css - good or bad? */ \ No newline at end of file -- cgit v1.2.3