]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/themes/nihilo/form/Checkbox.css
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / form / Checkbox.css
diff --git a/static/dojo-release-1.1.1/dijit/themes/nihilo/form/Checkbox.css b/static/dojo-release-1.1.1/dijit/themes/nihilo/form/Checkbox.css
deleted file mode 100644 (file)
index 8281aca..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-
-.nihilo .dijitToggleButton .dijitCheckBox,
-.nihilo .dijitToggleButton .dijitCheckBoxIcon {
-       background-image: url('../images/spriteCheckbox.gif');
-}
-.nihilo .dijitCheckBox,
-.nihilo .dijitCheckBoxIcon {           
-       background-image: url('../images/spriteCheckbox.gif'); 
-       background-repeat: no-repeat;
-       width: 16px;
-       height: 16px;
-       margin: 0;
-       padding: 0;
-}
-.nihilo .dijitCheckBox,
-.nihilo .dijitToggleButton .dijitCheckBoxIcon {
-       
-       background-position: -16px;
-}
-.nihilo .dijitCheckBoxChecked,
-.nihilo .dijitToggleButtonChecked .dijitCheckBoxIcon {
-       
-       background-position: 0px;
-}
-.nihilo .dijitCheckBoxDisabled {
-       
-       background-position: -48px;
-}
-.nihilo .dijitCheckBoxCheckedDisabled {
-       
-       background-position: -32px;
-}
-.nihilo .dijitCheckBoxHover,
-.nihilo .dijitCheckBoxFocused {
-       
-       background-position: -80px;
-}
-.nihilo .dijitCheckBoxCheckedHover,
-               .nihilo .dijitCheckBoxCheckedFocused {
-       
-       background-position: -64px;
-}