summaryrefslogtreecommitdiff
path: root/lib/dijit/icons
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
commit2f01fe57a8d37767827d6db42850aef86a767c53 (patch)
tree516a95ffce2fc2435aed8d9976e444dbcba7dce3 /lib/dijit/icons
parent951906dcecb1d3c7bcf751976a03e0c196ca6db0 (diff)
add dijit/dojo stuff; initial ui mockup
Diffstat (limited to 'lib/dijit/icons')
-rw-r--r--lib/dijit/icons/commonIcons.css146
-rw-r--r--lib/dijit/icons/commonIcons_rtl.css117
-rw-r--r--lib/dijit/icons/editorIcons.css57
-rw-r--r--lib/dijit/icons/editorIcons_rtl.css10
-rw-r--r--lib/dijit/icons/images/commonIconsObjActDisabled.pngbin0 -> 4956 bytes
-rw-r--r--lib/dijit/icons/images/commonIconsObjActDisabled_rtl.pngbin0 -> 5820 bytes
-rw-r--r--lib/dijit/icons/images/commonIconsObjActEnabled.pngbin0 -> 12474 bytes
-rw-r--r--lib/dijit/icons/images/commonIconsObjActEnabled8bit.pngbin0 -> 4334 bytes
-rw-r--r--lib/dijit/icons/images/commonIconsObjActEnabled8bit_rtl.pngbin0 -> 5258 bytes
-rw-r--r--lib/dijit/icons/images/commonIconsObjActEnabled_rtl.pngbin0 -> 10481 bytes
-rw-r--r--lib/dijit/icons/images/editorIconsDisabled.pngbin0 -> 3289 bytes
-rw-r--r--lib/dijit/icons/images/editorIconsDisabled_rtl.pngbin0 -> 6965 bytes
-rw-r--r--lib/dijit/icons/images/editorIconsEnabled.pngbin0 -> 3846 bytes
-rw-r--r--lib/dijit/icons/images/editorIconsEnabled_rtl.pngbin0 -> 7144 bytes
-rw-r--r--lib/dijit/icons/images/loadingAnimation_rtl.gifbin0 -> 1513 bytes
15 files changed, 330 insertions, 0 deletions
diff --git a/lib/dijit/icons/commonIcons.css b/lib/dijit/icons/commonIcons.css
new file mode 100644
index 000000000..373752a81
--- /dev/null
+++ b/lib/dijit/icons/commonIcons.css
@@ -0,0 +1,146 @@
+
+.dijitIconSave,
+.dijitIconPrint,
+.dijitIconCut,
+.dijitIconCopy,
+.dijitIconClear,
+.dijitIconDelete,
+.dijitIconUndo,
+.dijitIconEdit,
+.dijitIconNewTask,
+.dijitIconEditTask,
+.dijitIconEditProperty,
+.dijitIconTask,
+.dijitIconFilter,
+.dijitIconConfigure,
+.dijitIconSearch,
+.dijitIconApplication,
+.dijitIconBookmark,
+.dijitIconChart,
+.dijitIconConnector,
+.dijitIconDatabase,
+.dijitIconDocuments,
+.dijitIconMail,
+.dijitLeaf,
+.dijitIconFile,
+.dijitIconFunction,
+.dijitIconKey,
+.dijitIconPackage,
+.dijitIconSample,
+.dijitIconTable,
+.dijitIconUsers,
+.dijitFolderClosed,
+.dijitIconFolderClosed,
+.dijitFolderOpened,
+.dijitIconFolderOpen,
+.dijitIconError {
+ background-image: url('images/commonIconsObjActEnabled.png');
+ width: 16px;
+ height: 16px;
+}
+.dj_ie6 .dijitIconSave,
+.dj_ie6 .dijitIconPrint,
+.dj_ie6 .dijitIconCut,
+.dj_ie6 .dijitIconCopy,
+.dj_ie6 .dijitIconClear,
+.dj_ie6 .dijitIconDelete,
+.dj_ie6 .dijitIconUndo,
+.dj_ie6 .dijitIconEdit,
+.dj_ie6 .dijitIconNewTask,
+.dj_ie6 .dijitIconEditTask,
+.dj_ie6 .dijitIconEditProperty,
+.dj_ie6 .dijitIconTask,
+.dj_ie6 .dijitIconFilter,
+.dj_ie6 .dijitIconConfigure,
+.dj_ie6 .dijitIconSearch,
+.dj_ie6 .dijitIconApplication,
+.dj_ie6 .dijitIconBookmark,
+.dj_ie6 .dijitIconChart,
+.dj_ie6 .dijitIconConnector,
+.dj_ie6 .dijitIconDatabase,
+.dj_ie6 .dijitIconDocuments,
+.dj_ie6 .dijitIconMail,
+.dj_ie6 .dijitLeaf,
+.dj_ie6 .dijitIconFile,
+.dj_ie6 .dijitIconFunction,
+.dj_ie6 .dijitIconKey,
+.dj_ie6 .dijitIconPackage,
+.dj_ie6 .dijitIconSample,
+.dj_ie6 .dijitIconTable,
+.dj_ie6 .dijitIconUsers,
+.dj_ie6 .dijitFolderClosed,
+.dj_ie6 .dijitIconFolderClosed,
+.dj_ie6 .dijitFolderOpened,
+.dj_ie6 .dijitIconFolderOpen,
+.dj_ie6 .dijitIconError {
+ background-image: url('images/commonIconsObjActEnabled8bit.png');
+}
+.dijitDisabled .dijitIconSave,
+.dijitDisabled .dijitIconPrint,
+.dijitDisabled .dijitIconCut,
+.dijitDisabled .dijitIconCopy,
+.dijitDisabled .dijitIconClear,
+.dijitDisabled .dijitIconDelete,
+.dijitDisabled .dijitIconUndo,
+.dijitDisabled .dijitIconEdit,
+.dijitDisabled .dijitIconNewTask,
+.dijitDisabled .dijitIconEditTask,
+.dijitDisabled .dijitIconEditProperty,
+.dijitDisabled .dijitIconTask,
+.dijitDisabled .dijitIconFilter,
+.dijitDisabled .dijitIconConfigure,
+.dijitDisabled .dijitIconSearch,
+.dijitDisabled .dijitIconApplication,
+.dijitDisabled .dijitIconBookmark,
+.dijitDisabled .dijitIconChart,
+.dijitDisabled .dijitIconConnector,
+.dijitDisabled .dijitIconDatabase,
+.dijitDisabled .dijitIconDocuments,
+.dijitDisabled .dijitIconMail,
+.dijitDisabled .dijitLeaf,
+.dijitDisabled .dijitIconFile,
+.dijitDisabled .dijitIconFunction,
+.dijitDisabled .dijitIconKey,
+.dijitDisabled .dijitIconPackage,
+.dijitDisabled .dijitIconSample,
+.dijitDisabled .dijitIconTable,
+.dijitDisabled .dijitIconUsers,
+.dijitDisabled .dijitFolderClosed,
+.dijitDisabled .dijitIconFolderClosed,
+.dijitDisabled .dijitFolderOpened,
+.dijitDisabled .dijitIconFolderOpen,
+.dijitDisabled .dijitIconError {
+ background-image: url('images/commonIconsObjActDisabled.png');
+}
+.dijitIconSave { background-position: 0px; }
+.dijitIconPrint { background-position: -16px; }
+.dijitIconCut { background-position: -32px; }
+.dijitIconCopy { background-position: -48px; }
+.dijitIconClear { background-position: -64px; }
+.dijitIconDelete { background-position: -80px; }
+.dijitIconUndo { background-position: -96px; }
+.dijitIconEdit { background-position: -112px; }
+.dijitIconNewTask { background-position: -128px; }
+.dijitIconEditTask { background-position: -144px; }
+.dijitIconEditProperty { background-position: -166px; }
+.dijitIconTask { background-position: -176px; }
+.dijitIconFilter { background-position: -192px; }
+.dijitIconConfigure { background-position: -208px; }
+.dijitIconSearch { background-position: -224px; }
+.dijitIconError { background-position: -496px; }
+.dijitIconApplication { background-position: -240px; }
+.dijitIconBookmark { background-position: -256px; }
+.dijitIconChart { background-position: -272px; }
+.dijitIconConnector { background-position: -288px; }
+.dijitIconDatabase { background-position: -304px; }
+.dijitIconDocuments { background-position: -320px; }
+.dijitIconMail { background-position: -336px; }
+.dijitIconFile, .dijitLeaf { background-position: -352px; }
+.dijitIconFunction { background-position: -368px; }
+.dijitIconKey { background-position: -384px; }
+.dijitIconPackage{ background-position: -400px; }
+.dijitIconSample { background-position: -416px; }
+.dijitIconTable { background-position: -432px; }
+.dijitIconUsers { background-position: -448px; }
+.dijitIconFolderClosed, .dijitFolderClosed { background-position: -464px; }
+.dijitIconFolderOpen, .dijitFolderOpened { background-position: -480px; }
diff --git a/lib/dijit/icons/commonIcons_rtl.css b/lib/dijit/icons/commonIcons_rtl.css
new file mode 100644
index 000000000..347f3b792
--- /dev/null
+++ b/lib/dijit/icons/commonIcons_rtl.css
@@ -0,0 +1,117 @@
+
+.dijitRtl .dijitIconSave,
+.dijitRtl .dijitIconPrint,
+.dijitRtl .dijitIconCut,
+.dijitRtl .dijitIconCopy,
+.dijitRtl .dijitIconClear,
+.dijitRtl .dijitIconDelete,
+.dijitRtl .dijitIconUndo,
+.dijitRtl .dijitIconEdit,
+.dijitRtl .dijitIconNewTask,
+.dijitRtl .dijitIconEditTask,
+.dijitRtl .dijitIconEditProperty,
+.dijitRtl .dijitIconTask,
+.dijitRtl .dijitIconFilter,
+.dijitRtl .dijitIconConfigure,
+.dijitRtl .dijitIconSearch,
+.dijitRtl .dijitIconApplication,
+.dijitRtl .dijitIconBookmark,
+.dijitRtl .dijitIconChart,
+.dijitRtl .dijitIconConnector,
+.dijitRtl .dijitIconDatabase,
+.dijitRtl .dijitIconDocuments,
+.dijitRtl .dijitIconMail,
+.dijitRtl .dijitLeaf,
+.dijitRtl .dijitIconFile,
+.dijitRtl .dijitIconFunction,
+.dijitRtl .dijitIconKey,
+.dijitRtl .dijitIconPackage,
+.dijitRtl .dijitIconSample,
+.dijitRtl .dijitIconTable,
+.dijitRtl .dijitIconUsers,
+.dijitRtl .dijitFolderClosed,
+.dijitRtl .dijitIconFolderClosed,
+.dijitRtl .dijitFolderOpened,
+.dijitRtl .dijitIconFolderOpen,
+.dijitRtl .dijitIconError, .dijitRtl .dijitContentPaneError {
+ background-image: url('images/commonIconsObjActEnabled_rtl.png');
+ width: 16px;
+ height: 16px;
+}
+.dj_ie6 .dijitRtl .dijitIconSave,
+.dj_ie6 .dijitRtl .dijitIconPrint,
+.dj_ie6 .dijitRtl .dijitIconCut,
+.dj_ie6 .dijitRtl .dijitIconCopy,
+.dj_ie6 .dijitRtl .dijitIconClear,
+.dj_ie6 .dijitRtl .dijitIconDelete,
+.dj_ie6 .dijitRtl .dijitIconUndo,
+.dj_ie6 .dijitRtl .dijitIconEdit,
+.dj_ie6 .dijitRtl .dijitIconNewTask,
+.dj_ie6 .dijitRtl .dijitIconEditTask,
+.dj_ie6 .dijitRtl .dijitIconEditProperty,
+.dj_ie6 .dijitRtl .dijitIconTask,
+.dj_ie6 .dijitRtl .dijitIconFilter,
+.dj_ie6 .dijitRtl .dijitIconConfigure,
+.dj_ie6 .dijitRtl .dijitIconSearch,
+.dj_ie6 .dijitRtl .dijitIconApplication,
+.dj_ie6 .dijitRtl .dijitIconBookmark,
+.dj_ie6 .dijitRtl .dijitIconChart,
+.dj_ie6 .dijitRtl .dijitIconConnector,
+.dj_ie6 .dijitRtl .dijitIconDatabase,
+.dj_ie6 .dijitRtl .dijitIconDocuments,
+.dj_ie6 .dijitRtl .dijitIconMail,
+.dj_ie6 .dijitRtl .dijitLeaf,
+.dj_ie6 .dijitRtl .dijitIconFile,
+.dj_ie6 .dijitRtl .dijitIconFunction,
+.dj_ie6 .dijitRtl .dijitIconKey,
+.dj_ie6 .dijitRtl .dijitIconPackage,
+.dj_ie6 .dijitRtl .dijitIconSample,
+.dj_ie6 .dijitRtl .dijitIconTable,
+.dj_ie6 .dijitRtl .dijitIconUsers,
+.dj_ie6 .dijitRtl .dijitFolderClosed,
+.dj_ie6 .dijitRtl .dijitIconFolderClosed,
+.dj_ie6 .dijitRtl .dijitFolderOpened,
+.dj_ie6 .dijitRtl .dijitIconFolderOpen,
+.dj_ie6 .dijitRtl .dijitIconError, .dj_ie6 .dijitRtl .dijitContentPaneError {
+ background-image: url('images/commonIconsObjActEnabled8bit_rtl.png');
+}
+.dijitRtl .dijitDisabled .dijitIconSave,
+.dijitRtl .dijitDisabled .dijitIconPrint,
+.dijitRtl .dijitDisabled .dijitIconCut,
+.dijitRtl .dijitDisabled .dijitIconCopy,
+.dijitRtl .dijitDisabled .dijitIconClear,
+.dijitRtl .dijitDisabled .dijitIconDelete,
+.dijitRtl .dijitDisabled .dijitIconUndo,
+.dijitRtl .dijitDisabled .dijitIconEdit,
+.dijitRtl .dijitDisabled .dijitIconNewTask,
+.dijitRtl .dijitDisabled .dijitIconEditTask,
+.dijitRtl .dijitDisabled .dijitIconEditProperty,
+.dijitRtl .dijitDisabled .dijitIconTask,
+.dijitRtl .dijitDisabled .dijitIconFilter,
+.dijitRtl .dijitDisabled .dijitIconConfigure,
+.dijitRtl .dijitDisabled .dijitIconSearch,
+.dijitRtl .dijitDisabled .dijitIconApplication,
+.dijitRtl .dijitDisabled .dijitIconBookmark,
+.dijitRtl .dijitDisabled .dijitIconChart,
+.dijitRtl .dijitDisabled .dijitIconConnector,
+.dijitRtl .dijitDisabled .dijitIconDatabase,
+.dijitRtl .dijitDisabled .dijitIconDocuments,
+.dijitRtl .dijitDisabled .dijitIconMail,
+.dijitRtl .dijitDisabled .dijitLeaf,
+.dijitRtl .dijitDisabled .dijitIconFile,
+.dijitRtl .dijitDisabled .dijitIconFunction,
+.dijitRtl .dijitDisabled .dijitIconKey,
+.dijitRtl .dijitDisabled .dijitIconPackage,
+.dijitRtl .dijitDisabled .dijitIconSample,
+.dijitRtl .dijitDisabled .dijitIconTable,
+.dijitRtl .dijitDisabled .dijitIconUsers,
+.dijitRtl .dijitDisabled .dijitFolderClosed,
+.dijitRtl .dijitDisabled .dijitIconFolderClosed,
+.dijitRtl .dijitDisabled .dijitFolderOpened,
+.dijitRtl .dijitDisabled .dijitIconFolderOpen,
+.dijitRtl .dijitDisabled .dijitIconError, .dijitRtl .dijitDisabled .dijitContentPaneError {
+ background-image: url('images/commonIconsObjActDisabled_rtl.png');
+}
+.dijitRtl .dijitContentPaneLoading {
+ background:url('images/loadingAnimation_rtl.gif') no-repeat;
+}
diff --git a/lib/dijit/icons/editorIcons.css b/lib/dijit/icons/editorIcons.css
new file mode 100644
index 000000000..90ee97e20
--- /dev/null
+++ b/lib/dijit/icons/editorIcons.css
@@ -0,0 +1,57 @@
+
+.dijitEditorIcon {
+ background-image: url('images/editorIconsEnabled.png');
+ background-repeat: no-repeat;
+ width: 18px;
+ height: 18px;
+ text-align: center;
+}
+.dijitDisabled .dijitEditorIcon {
+ background-image: url('images/editorIconsDisabled.png');
+}
+.dijitEditorIconSep { background-position: 0px; }
+.dijitEditorIconSave { background-position: -18px; }
+.dijitEditorIconPrint { background-position: -36px; }
+.dijitEditorIconCut { background-position: -54px; }
+.dijitEditorIconCopy { background-position: -72px; }
+.dijitEditorIconPaste { background-position: -90px; }
+.dijitEditorIconDelete { background-position: -108px; }
+.dijitEditorIconCancel { background-position: -126px; }
+.dijitEditorIconUndo { background-position: -144px; }
+.dijitEditorIconRedo { background-position: -162px; }
+.dijitEditorIconSelectAll { background-position: -180px; }
+.dijitEditorIconBold { background-position: -198px; }
+.dijitEditorIconItalic { background-position: -216px; }
+.dijitEditorIconUnderline { background-position: -234px; }
+.dijitEditorIconStrikethrough { background-position: -252px; }
+.dijitEditorIconSuperscript { background-position: -270px; }
+.dijitEditorIconSubscript { background-position: -288px; }
+.dijitEditorIconJustifyCenter { background-position: -306px; }
+.dijitEditorIconJustifyFull { background-position: -324px; }
+.dijitEditorIconJustifyLeft { background-position: -342px; }
+.dijitEditorIconJustifyRight { background-position: -360px; }
+.dijitEditorIconIndent { background-position: -378px; }
+.dijitEditorIconOutdent { background-position: -396px; }
+.dijitEditorIconListBulletIndent { background-position: -414px; }
+.dijitEditorIconListBulletOutdent { background-position: -432px; }
+.dijitEditorIconListNumIndent { background-position: -450px; }
+.dijitEditorIconListNumOutdent { background-position: -468px; }
+.dijitEditorIconTabIndent { background-position: -486px; }
+.dijitEditorIconLeftToRight { background-position: -504px; }
+.dijitEditorIconRightToLeft, .dijitEditorIconToggleDir { background-position: -522px; }
+.dijitEditorIconBackColor { background-position: -540px; }
+.dijitEditorIconForeColor { background-position: -558px; }
+.dijitEditorIconHiliteColor { background-position: -576px; }
+.dijitEditorIconNewPage { background-position: -594px; }
+.dijitEditorIconInsertImage { background-position: -612px; }
+.dijitEditorIconInsertTable { background-position: -630px; }
+.dijitEditorIconSpace { background-position: -648px; }
+.dijitEditorIconInsertHorizontalRule { background-position: -666px; }
+.dijitEditorIconInsertOrderedList { background-position: -684px; }
+.dijitEditorIconInsertUnorderedList { background-position: -702px; }
+.dijitEditorIconCreateLink { background-position: -720px; }
+.dijitEditorIconUnlink { background-position: -738px; }
+.dijitEditorIconViewSource { background-position: -756px; }
+.dijitEditorIconRemoveFormat { background-position: -774px; }
+.dijitEditorIconFullScreen { background-position: -792px; }
+.dijitEditorIconWikiword { background-position: -810px; }
diff --git a/lib/dijit/icons/editorIcons_rtl.css b/lib/dijit/icons/editorIcons_rtl.css
new file mode 100644
index 000000000..8dcdd7370
--- /dev/null
+++ b/lib/dijit/icons/editorIcons_rtl.css
@@ -0,0 +1,10 @@
+
+.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');
+}
diff --git a/lib/dijit/icons/images/commonIconsObjActDisabled.png b/lib/dijit/icons/images/commonIconsObjActDisabled.png
new file mode 100644
index 000000000..a348e3c10
--- /dev/null
+++ b/lib/dijit/icons/images/commonIconsObjActDisabled.png
Binary files differ
diff --git a/lib/dijit/icons/images/commonIconsObjActDisabled_rtl.png b/lib/dijit/icons/images/commonIconsObjActDisabled_rtl.png
new file mode 100644
index 000000000..ea070eb9a
--- /dev/null
+++ b/lib/dijit/icons/images/commonIconsObjActDisabled_rtl.png
Binary files differ
diff --git a/lib/dijit/icons/images/commonIconsObjActEnabled.png b/lib/dijit/icons/images/commonIconsObjActEnabled.png
new file mode 100644
index 000000000..bd3245234
--- /dev/null
+++ b/lib/dijit/icons/images/commonIconsObjActEnabled.png
Binary files differ
diff --git a/lib/dijit/icons/images/commonIconsObjActEnabled8bit.png b/lib/dijit/icons/images/commonIconsObjActEnabled8bit.png
new file mode 100644
index 000000000..d453ea1ac
--- /dev/null
+++ b/lib/dijit/icons/images/commonIconsObjActEnabled8bit.png
Binary files differ
diff --git a/lib/dijit/icons/images/commonIconsObjActEnabled8bit_rtl.png b/lib/dijit/icons/images/commonIconsObjActEnabled8bit_rtl.png
new file mode 100644
index 000000000..fe5afd2df
--- /dev/null
+++ b/lib/dijit/icons/images/commonIconsObjActEnabled8bit_rtl.png
Binary files differ
diff --git a/lib/dijit/icons/images/commonIconsObjActEnabled_rtl.png b/lib/dijit/icons/images/commonIconsObjActEnabled_rtl.png
new file mode 100644
index 000000000..fbe891ab9
--- /dev/null
+++ b/lib/dijit/icons/images/commonIconsObjActEnabled_rtl.png
Binary files differ
diff --git a/lib/dijit/icons/images/editorIconsDisabled.png b/lib/dijit/icons/images/editorIconsDisabled.png
new file mode 100644
index 000000000..3a68d7a47
--- /dev/null
+++ b/lib/dijit/icons/images/editorIconsDisabled.png
Binary files differ
diff --git a/lib/dijit/icons/images/editorIconsDisabled_rtl.png b/lib/dijit/icons/images/editorIconsDisabled_rtl.png
new file mode 100644
index 000000000..9f16646b7
--- /dev/null
+++ b/lib/dijit/icons/images/editorIconsDisabled_rtl.png
Binary files differ
diff --git a/lib/dijit/icons/images/editorIconsEnabled.png b/lib/dijit/icons/images/editorIconsEnabled.png
new file mode 100644
index 000000000..ca9989ab6
--- /dev/null
+++ b/lib/dijit/icons/images/editorIconsEnabled.png
Binary files differ
diff --git a/lib/dijit/icons/images/editorIconsEnabled_rtl.png b/lib/dijit/icons/images/editorIconsEnabled_rtl.png
new file mode 100644
index 000000000..064def3e7
--- /dev/null
+++ b/lib/dijit/icons/images/editorIconsEnabled_rtl.png
Binary files differ
diff --git a/lib/dijit/icons/images/loadingAnimation_rtl.gif b/lib/dijit/icons/images/loadingAnimation_rtl.gif
new file mode 100644
index 000000000..35b472c8a
--- /dev/null
+++ b/lib/dijit/icons/images/loadingAnimation_rtl.gif
Binary files differ