summaryrefslogtreecommitdiff
path: root/lib/dijit/icons/editorIcons_rtl.css
diff options
context:
space:
mode:
authorJeremy Christian <[email protected]>2013-04-04 21:50:39 -0400
committerJeremy Christian <[email protected]>2013-04-04 21:50:39 -0400
commit4a88841363b664e5db9d1360d7f84597331eb8d9 (patch)
tree5119c79c051084f0b2ef70ef5c89186d3cb254a6 /lib/dijit/icons/editorIcons_rtl.css
parent29c8fa080e28f6c1c43343d68c36de96f7f9f086 (diff)
Add css optimization to dojo builds
Diffstat (limited to 'lib/dijit/icons/editorIcons_rtl.css')
-rw-r--r--lib/dijit/icons/editorIcons_rtl.css24
1 files changed, 1 insertions, 23 deletions
diff --git a/lib/dijit/icons/editorIcons_rtl.css b/lib/dijit/icons/editorIcons_rtl.css
index 4d8cb7198..e157b09ed 100644
--- a/lib/dijit/icons/editorIcons_rtl.css
+++ b/lib/dijit/icons/editorIcons_rtl.css
@@ -1,23 +1 @@
-/* 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
+.dijitEditorRtl .dijitEditorIcon {background-image: url('images/editorIconsEnabled_rtl.png');}.dijitEditorRtlDisabled .dijitEditorIcon {background-image: url('images/editorIconsDisabled_rtl.png');}.dijitToolbarRtl .dijitToolbarSeparator {background-image: url('images/editorIconsEnabled_rtl.png');} \ No newline at end of file