1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:45:56 +00:00

upgrade dojo to 1.8.3 (refs #570)

This commit is contained in:
Andrew Dolgov
2013-03-18 10:26:24 +04:00
parent 9a2885da17
commit f0cfe83e37
1568 changed files with 159866 additions and 2781 deletions

View File

@@ -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); }
};
=====*/

View File

@@ -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;}