summaryrefslogtreecommitdiff
path: root/lib/dojo/resources
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-18 10:26:24 +0400
committerAndrew Dolgov <[email protected]>2013-03-18 10:26:26 +0400
commitf0cfe83e3725f9a3928da97a6e3085e79cb25309 (patch)
tree4b0af188defaa807c7bc6ff3a101b41c9166c463 /lib/dojo/resources
parent9a2885da170ffd64358b99194095851a2d09c1b6 (diff)
upgrade dojo to 1.8.3 (refs #570)
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;}