summaryrefslogtreecommitdiff
path: root/lib/dojo/resources
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dojo/resources')
-rw-r--r--lib/dojo/resources/_modules.js36
-rw-r--r--lib/dojo/resources/dnd.css6
2 files changed, 3 insertions, 39 deletions
diff --git a/lib/dojo/resources/_modules.js b/lib/dojo/resources/_modules.js
deleted file mode 100644
index e093a58f3..000000000
--- a/lib/dojo/resources/_modules.js
+++ /dev/null
@@ -1,36 +0,0 @@
-/*=====
-// Supplemental summaries for those hard-to-doc places your conventional doc parser can't reach.
-// Where possible, these summaries should appear inline in the code.
-//
-// this is "package level documentation"
-
-dojo.cldr = {
- // summary: transformation of relevant pieces of the Unicode.org Common Locale Data Repository
- // (see http://unicode.org/cldr) to JSON from the original XML with associated utility classes
-};
-
-dojo.data = {
- // summary: A uniform data access layer
-};
-
-dojo.dnd = {
- // summary: Drag and Drop resources
-};
-
-dojo.io = {
- // summary: Additional I/O transports (Ajax)
-};
-
-dojo.rpc = {
- // summary: Dojo remote-procedure-call resources
-};
-
-// "variables"
-
-dojo.baseUrl = {
- // summary: The root relative path to dojo.js (as a string)
- // example:
- // if(typeof dojo != "undefined"){ console.log(dojo.baseUrl); }
-};
-
-=====*/
diff --git a/lib/dojo/resources/dnd.css b/lib/dojo/resources/dnd.css
index fb0611856..5c8f1e6ad 100644
--- a/lib/dojo/resources/dnd.css
+++ b/lib/dojo/resources/dnd.css
@@ -11,6 +11,6 @@
.dojoDndHandle {cursor: move;}
.dojoDndIgnore {cursor: default;}
-.dijit_a11y .dojoDndAvatar { font-size: 1em; font-weight:bold;}
-.dijit_a11y .dojoDndAvatarHeader td {padding-left:2px !important;}
-.dijit_a11y .dojoDndAvatarHeader td span {padding-right: 5px;}
+.dj_a11y .dojoDndAvatar { font-size: 1em; font-weight:bold;}
+.dj_a11y .dojoDndAvatarHeader td {padding-left:2px !important;}
+.dj_a11y .dojoDndAvatarHeader td span {padding-right: 5px;}