]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/themes/soria/Common.css.commented.css
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dijit / themes / soria / Common.css.commented.css
diff --git a/static/dojo-release-1.1.1/dijit/themes/soria/Common.css.commented.css b/static/dojo-release-1.1.1/dijit/themes/soria/Common.css.commented.css
deleted file mode 100644 (file)
index 6a9febf..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-
-/**** Disabled cursor *****/
-.soria .dijitSliderDisabled *,
-.soria .dijitDisabledClickableRegion,  /* a region the user would be able to click on, but it's disabled */
-.soria .dijitSpinnerDisabled *,
-.soria .dijitButtonDisabled *,
-.soria .dijitDropDownButtonDisabled *,
-.soria .dijitComboButtonDisabled *,
-.soria .dijitComboBoxDisabled *
-{
-       cursor: not-allowed !important;
-}
-
-/* DnD avatar-specific settings */
-/* For now it uses a default set of rules. Some other DnD classes can be modified as well. */
-.soria .dojoDndItemBefore {
-       border-top: 2px solid #369;
-}
-
-.soria .dojoDndItemAfter {
-       border-bottom: 2px solid #369;
-}
-
-.soria .dojoDndItemOver {
-       cursor:pointer;
-}
-
-.soria table.dojoDndAvatar { -moz-border-radius: 0; border: 1px solid #ccc; border-collapse: collapse; background-color: #fff; font-size: 75%; color: black;}
-.soria .dojoDndAvatar td       { border: none; }
-.soria .dojoDndAvatar tr       { border: none; }
-.soria .dojoDndAvatarHeader td { height: 20px; padding: 0 0 0 21px; }
-.soria .dojoDndAvatarItem td { padding: 2px;}
-.soria.dojoDndMove .dojoDndAvatarHeader        {background-color: #f58383; background-image: url(images/dndNoMove.png); background-repeat: no-repeat; background-position: 2px center;}
-.soria.dojoDndCopy .dojoDndAvatarHeader        {background-color: #f58383; background-image: url(images/dndNoCopy.png); background-repeat: no-repeat; background-position: 2px center;}
-.soria.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader  {background-color: #97e68d; background-image: url(images/dndMove.png); background-repeat: no-repeat; background-position: 2px center;}
-.soria.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader  {background-color: #97e68d; background-image: url(images/dndCopy.png); background-repeat: no-repeat; background-position: 2px center;}