summaryrefslogtreecommitdiff
path: root/lib/dijit/icons/editorIcons.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/icons/editorIcons.css')
-rw-r--r--lib/dijit/icons/editorIcons.css25
1 files changed, 23 insertions, 2 deletions
diff --git a/lib/dijit/icons/editorIcons.css b/lib/dijit/icons/editorIcons.css
index 90ee97e20..8c667ac7d 100644
--- a/lib/dijit/icons/editorIcons.css
+++ b/lib/dijit/icons/editorIcons.css
@@ -1,14 +1,24 @@
+/* Dijit Editor icons*/
+
+/*editorIcons.css is located in dijit/images
+
+editorIcons.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.
+
+*/
+
.dijitEditorIcon {
- background-image: url('images/editorIconsEnabled.png');
+ background-image: url('images/editorIconsEnabled.png'); /* editor icons sprite image for the enabled state */
background-repeat: no-repeat;
width: 18px;
height: 18px;
text-align: center;
}
.dijitDisabled .dijitEditorIcon {
- background-image: url('images/editorIconsDisabled.png');
+ background-image: url('images/editorIconsDisabled.png'); /* editor icons sprite image for the disabled state */
}
+
+
.dijitEditorIconSep { background-position: 0px; }
.dijitEditorIconSave { background-position: -18px; }
.dijitEditorIconPrint { background-position: -36px; }
@@ -55,3 +65,14 @@
.dijitEditorIconRemoveFormat { background-position: -774px; }
.dijitEditorIconFullScreen { background-position: -792px; }
.dijitEditorIconWikiword { background-position: -810px; }
+/* .dijitEditorIconToggleDir { background-position: -540px; ;} - 03172010: This icon was not in dijit.editor but is in dojox.editor. */
+
+/* no longer in the editor toolbar: .dijitEditorIconToggleDir { background-position: -540px; padding: 0; margin: 0; color:#555555;
+ font-family:verdana,arial,sans-serif; font-weight: 800; font-size: 70%; */
+
+
+
+
+
+
+