diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dijit/icons/editorIcons_rtl.css | |
Diffstat (limited to 'js/dojo-1.7.2/dijit/icons/editorIcons_rtl.css')
| -rw-r--r-- | js/dojo-1.7.2/dijit/icons/editorIcons_rtl.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/icons/editorIcons_rtl.css b/js/dojo-1.7.2/dijit/icons/editorIcons_rtl.css new file mode 100644 index 0000000..4d8cb71 --- /dev/null +++ b/js/dojo-1.7.2/dijit/icons/editorIcons_rtl.css @@ -0,0 +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'); /* editor icons sprite image for the enabled right to left state */ +} +.dijitEditorRtlDisabled .dijitEditorIcon { + 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 |
