diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/common/domButtons')
111 files changed, 1469 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlackCircleCross-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlackCircleCross-compat.css new file mode 100644 index 0000000..fa4f6ed --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlackCircleCross-compat.css @@ -0,0 +1,8 @@ +/* === Black Circle Cross Button ==*/ +.mblDomButtonBlackCircleCross { + background-image: url(compat/mblDomButtonBlackCircleCross.png); + background-repeat: no-repeat; +} +.mblDomButtonBlackCircleCross > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlackCircleCross.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlackCircleCross.css new file mode 100644 index 0000000..47bbab9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlackCircleCross.css @@ -0,0 +1,49 @@ +/* === Black Circle Cross Button ==*/ +.mblDomButtonBlackCircleCross { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonBlackCircleCross > div { + position: relative; + top: 3px; + left: 3px; + width: 23px; + height: 23px; + background-color: white; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonBlackCircleCross > div > div { + position: relative; + top: 2px; + left: 2px; + width: 19px; + height: 19px; + background-color: black; + -webkit-border-radius: 10px; +} +.mblDomButtonBlackCircleCross > div > div > div { + position: absolute; + top: 8px; + left: 3px; + width: 13px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background-color: white; + -webkit-transform: rotate(45deg); + -webkit-border-radius: 1px; +} +.mblDomButtonBlackCircleCross > div > div > div > div { + position: absolute; + top: -5px; + left: 5px; + width: 3px; + height: 13px; + margin: 0px; + font-size: 1px; + background-color: white; + -webkit-border-radius: 1px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueBall-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueBall-compat.css new file mode 100644 index 0000000..9564a12 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueBall-compat.css @@ -0,0 +1,8 @@ +/* === Blue Ball Button ==*/ +.mblDomButtonBlueBall { + background-image: url(compat/mblDomButtonBlueBall.png); + background-repeat: no-repeat; +} +.mblDomButtonBlueBall > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueBall.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueBall.css new file mode 100644 index 0000000..79eaf75 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueBall.css @@ -0,0 +1,15 @@ +/* === Blue Ball Button ==*/ +.mblDomButtonBlueBall { + position: relative; + width: 19px; + height: 29px; +} +.mblDomButtonBlueBall > div { + position: relative; + top: 8px; + left: 4px; + width: 14px; + height: 14px; + -webkit-border-radius: 7px; + background: -webkit-gradient(linear, left top, left bottom, from(#84AFF4), to(#2758B3)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleArrow-compat.css new file mode 100644 index 0000000..22397d7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleArrow-compat.css @@ -0,0 +1,9 @@ +/* === Blue Circle Arrow Buttons ==*/ +.mblDomButtonBlueCircleArrow { + background-image: url(compat/mblDomButtonBlueCircleArrow.png); + background-repeat: no-repeat; +} + +.mblDomButtonBlueCircleArrow > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleArrow.css new file mode 100644 index 0000000..2995fb1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleArrow.css @@ -0,0 +1,48 @@ +/* === Blue Circle Arrow Buttons ==*/ +.mblDomButtonBlueCircleArrow { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonBlueCircleArrow > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonBlueCircleArrow > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#6BA2E7), to(#216DD6), color-stop(0.5, #4282DE), color-stop(0.5, #216DD6)); +} +.mblDomButtonBlueCircleArrow > div > div > div { + position: absolute; + top: 5px; + left: 6px; + width: 8px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; + -webkit-transform: rotate(45deg); +} +.mblDomButtonBlueCircleArrow > div > div > div > div { + position: absolute; + top: 1px; + left: 6px; + width: 3px; + height: 8px; + margin: 0px; + font-size: 1px; + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleMinus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleMinus-compat.css new file mode 100644 index 0000000..592531d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleMinus-compat.css @@ -0,0 +1,9 @@ +/* === Blue Circle Minus Buttons ==*/ +.mblDomButtonBlueCircleMinus { + background-image: url(compat/mblDomButtonBlueCircleMinus.png); + background-repeat: no-repeat; +} + +.mblDomButtonBlueCircleMinus > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleMinus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleMinus.css new file mode 100644 index 0000000..24d24c7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCircleMinus.css @@ -0,0 +1,37 @@ +/* === Blue Circle Minus Buttons ==*/ +.mblDomButtonBlueCircleMinus { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonBlueCircleMinus > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonBlueCircleMinus > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#6BA2E7), to(#216DD6), color-stop(0.5, #4282DE), color-stop(0.5, #216DD6)); +} +.mblDomButtonBlueCircleMinus > div > div > div { + position: absolute; + top: 8px; + left: 3px; + width: 12px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCirclePlus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCirclePlus-compat.css new file mode 100644 index 0000000..1e36e02 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCirclePlus-compat.css @@ -0,0 +1,9 @@ +/* === Blue Circle Plus Buttons ==*/ +.mblDomButtonBlueCirclePlus { + background-image: url(compat/mblDomButtonBlueCirclePlus.png); + background-repeat: no-repeat; +} + +.mblDomButtonBlueCirclePlus > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCirclePlus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCirclePlus.css new file mode 100644 index 0000000..af1d6ad --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonBlueCirclePlus.css @@ -0,0 +1,47 @@ +/* === Blue Circle Plus Buttons ==*/ +.mblDomButtonBlueCirclePlus { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonBlueCirclePlus > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonBlueCirclePlus > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#6BA2E7), to(#216DD6), color-stop(0.5, #4282DE), color-stop(0.5, #216DD6)); +} +.mblDomButtonBlueCirclePlus > div > div > div { + position: absolute; + top: 8px; + left: 3px; + width: 13px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; +} +.mblDomButtonBlueCirclePlus > div > div > div > div { + position: absolute; + top: -5px; + left: 5px; + width: 3px; + height: 13px; + margin: 0px; + font-size: 1px; + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff-compat.css new file mode 100644 index 0000000..49c25bb --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff-compat.css @@ -0,0 +1,8 @@ +/* === Check Button (OFF) ==*/ +.mblDomButtonCheckboxOff { + background-image: url(compat/mblDomButtonCheckboxOff.png); + background-repeat: no-repeat; +} +.mblDomButtonCheckboxOff div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff.css new file mode 100644 index 0000000..66fdd9d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOff.css @@ -0,0 +1,40 @@ +/* === Check Button (OFF) ==*/ +.mblDomButtonCheckboxOff { + position: relative; + width: 30px; + height: 30px; + border-width: 1px; + border-style: outset; + border-color: #A5A2A5; + color: white; + -webkit-border-radius: 3px; + background-color: #D6D3D6; + background: -webkit-gradient(linear, left top, left bottom, from(#EFF3EF), to(#BDBEBD)); +} +.mblDomButtonCheckboxOff > div { + position: absolute; + top: 15px; + left: 3px; + width: 14px; + height: 4px; + margin: 0px; + font-size: 1px; + background-color: #BDBABD; + border-bottom: 1px solid #8C8E8C; + -webkit-border-radius: 2px; + -webkit-transform: rotate(50deg); +} +.mblDomButtonCheckboxOff > div > div { + position: absolute; + top: -10px; + left: 0px; + width: 20px; + height: 4px; + margin: 0px; + font-size: 1px; + background-color: #BDBABD; + border-bottom: none; + border-top: 1px solid #8C8E8C; + -webkit-border-radius: 2px; + -webkit-transform: rotate(-100deg); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOn-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOn-compat.css new file mode 100644 index 0000000..933aece --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOn-compat.css @@ -0,0 +1,8 @@ +/* === Check Button (ON) ==*/ +.mblDomButtonCheckboxOn { + background-image: url(compat/mblDomButtonCheckboxOn.png); + background-repeat: no-repeat; +} +.mblDomButtonCheckboxOn div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOn.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOn.css new file mode 100644 index 0000000..7c25a9e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonCheckboxOn.css @@ -0,0 +1,40 @@ +/* === Check Button (ON) ==*/ +.mblDomButtonCheckboxOn { + position: relative; + width: 30px; + height: 30px; + border-width: 1px; + border-style: outset; + border-color: #A5A2A5; + color: white; + -webkit-border-radius: 3px; + background-color: #D6D3D6; + background: -webkit-gradient(linear, left top, left bottom, from(#EFF3EF), to(#BDBEBD)); +} +.mblDomButtonCheckboxOn > div { + position: absolute; + top: 15px; + left: 3px; + width: 14px; + height: 4px; + margin: 0px; + font-size: 1px; + background-color: #00CF00; + border-top: 1px solid #4A5A71; + -webkit-border-radius: 2px; + -webkit-transform: rotate(50deg); +} +.mblDomButtonCheckboxOn > div > div { + position: absolute; + top: -10px; + left: 0px; + width: 20px; + height: 4px; + margin: 0px; + font-size: 1px; + background-color: #00CF00; + border-top: none; + border-bottom: 1px solid #4A5A71; + -webkit-border-radius: 2px; + -webkit-transform: rotate(-100deg); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonColorButtons-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonColorButtons-compat.css new file mode 100644 index 0000000..8c77494 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonColorButtons-compat.css @@ -0,0 +1,48 @@ +/* === Minus and Plus Buttons ==*/ +.mblDomButtonBlueMinus { + background-image: url(compat/mblDomButtonBlueMinus.png); + background-repeat: no-repeat; +} +.mblDomButtonBlueMinus div { + display: none; +} + +.mblDomButtonBluePlus { + background-image: url(compat/mblDomButtonBluePlus.png); + background-repeat: no-repeat; +} +.mblDomButtonBluePlus div { + display: none; +} + +.mblDomButtonDarkBlueMinus { + background-image: url(compat/mblDomButtonDarkBlueMinus.png); + background-repeat: no-repeat; +} +.mblDomButtonDarkBlueMinus div { + display: none; +} + +.mblDomButtonDarkBluePlus { + background-image: url(compat/mblDomButtonDarkBluePlus.png); + background-repeat: no-repeat; +} +.mblDomButtonDarkBluePlus div { + display: none; +} + +.mblDomButtonRedMinus { + background-image: url(compat/mblDomButtonRedMinus.png); + background-repeat: no-repeat; +} +.mblDomButtonRedMinus div { + display: none; +} + +.mblDomButtonRedPlus { + background-image: url(compat/mblDomButtonRedPlus.png); + background-repeat: no-repeat; +} +.mblDomButtonRedPlus div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonColorButtons.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonColorButtons.css new file mode 100644 index 0000000..8017cf2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonColorButtons.css @@ -0,0 +1,55 @@ +/* === Minus and Plus Buttons ==*/ +.mblDomButtonBlueMinus, .mblDomButtonBluePlus, .mblDomButtonDarkBlueMinus, .mblDomButtonDarkBluePlus, .mblDomButtonRedMinus, .mblDomButtonRedPlus { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonBlueMinus > div, .mblDomButtonBluePlus > div, .mblDomButtonDarkBlueMinus > div, .mblDomButtonDarkBluePlus > div, .mblDomButtonRedMinus > div, .mblDomButtonRedPlus > div { + position: relative; + top: 4px; + left: 3px; + width: 22px; + height: 18px; + border-width: 1px 1px 1px 0px; + border-style: outset; + color: white; + -webkit-border-radius: 3px; +} +.mblDomButtonBlueMinus > div, .mblDomButtonBluePlus > div { + border-color: #6D89C7; + background-color: #366EDF; + background: -webkit-gradient(linear, left top, left bottom, from(#7A9DE9), to(#2362DD), color-stop(0.5, #366EDF), color-stop(0.5, #215FDC)); +} +.mblDomButtonDarkBlueMinus > div, .mblDomButtonDarkBluePlus > div { + border-color: #6D89C7; + background-color: #5877A2; + background: -webkit-gradient(linear, left top, left bottom, from(#8EA4C1), to(#4A6C9B), color-stop(0.5, #5877A2), color-stop(0.5, #476999)); +} +.mblDomButtonRedMinus > div, .mblDomButtonRedPlus > div { + border-color: #cc1122; + background-color: #C9404B; + background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421)); +} +.mblDomButtonBlueMinus > div > div, .mblDomButtonBluePlus > div > div, .mblDomButtonDarkBlueMinus > div > div, .mblDomButtonDarkBluePlus > div > div, .mblDomButtonRedMinus > div > div, .mblDomButtonRedPlus > div > div { + position: absolute; + top: 7px; + left: 7px; + width: 8px; + height: 2px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; + border-top: 1px solid #4A5A71; +} +.mblDomButtonBluePlus > div > div > div, .mblDomButtonDarkBluePlus > div > div > div, .mblDomButtonRedPlus > div > div > div { + position: absolute; + top: -3px; + left: 3px; + width: 2px; + height: 8px; + margin: 0px; + font-size: 1px; + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonDarkBlueCheck-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonDarkBlueCheck-compat.css new file mode 100644 index 0000000..1071a54 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonDarkBlueCheck-compat.css @@ -0,0 +1,8 @@ +/* === Check Button ==*/ +.mblDomButtonDarkBlueCheck, .mblDomButtonCheck { + background-image: url(compat/mblDomButtonDarkBlueCheck.png); + background-repeat: no-repeat; +} +.mblDomButtonDarkBlueCheck div, .mblDomButtonCheck div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonDarkBlueCheck.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonDarkBlueCheck.css new file mode 100644 index 0000000..6edc2b2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonDarkBlueCheck.css @@ -0,0 +1,18 @@ +/* === Check Button ==*/ +.mblDomButtonDarkBlueCheck, .mblDomButtonCheck { + position: relative; + width: 20px; + height: 29px; +} +.mblDomButtonDarkBlueCheck > div, .mblDomButtonCheck > div { + position: absolute; + left: 0px; + top: 8px; + width: 16px; + height: 6px; + font-size: 1px; + -webkit-transform: scaleX(0.7) rotate(135deg); + border-width: 3px 4px 0px 0px; + border-style: solid; + border-color: #314E84; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css new file mode 100644 index 0000000..bed275d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow-compat.css @@ -0,0 +1,8 @@ +/* === Arrow Button ==*/ +.mblDomButtonGrayArrow, .mblDomButtonArrow { + background-image: url(compat/mblDomButtonGrayArrow.png); + background-repeat: no-repeat; +} +.mblDomButtonGrayArrow div, .mblDomButtonArrow div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow.css new file mode 100644 index 0000000..bfad471 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayArrow.css @@ -0,0 +1,18 @@ +/* === Arrow ==*/ +.mblDomButtonGrayArrow, .mblDomButtonArrow { + position: relative; + width: 20px; + height: 29px; +} +.mblDomButtonGrayArrow > div, .mblDomButtonArrow > div { + position: absolute; + top: 10px; + left: 6px; + width: 6px; + height: 6px; + font-size: 1px; + -webkit-transform: rotate(45deg); + border-width: 3px 3px 0px 0px; + border-style: solid; + border-color: #808080; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css new file mode 100644 index 0000000..8ee029b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect-compat.css @@ -0,0 +1,4 @@ +/* === Gray Round Rectangle Button ==*/ +.mblDomButtonGrayRoundRect > div { + -moz-border-radius: 4px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect.css new file mode 100644 index 0000000..5ceb481 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayRoundRect.css @@ -0,0 +1,23 @@ +/* === Gray Round Rectangle Button ==*/ +.mblDomButtonGrayRoundRect { + position: relative; + width: 29px; + height: 29px; + text-align: right; +} +.mblDomButtonGrayRoundRect > div { + position: absolute; + right: 0px; + display: inline; + padding: 0px 5px; + top: 7px; + color: white; + font-family: Helvetica; + font-size: 12px; + -webkit-border-radius: 4px; + background-color: #949BA5; + text-align: center; +} +.mblDomButtonGrayRoundRect > div > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayStar-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayStar-compat.css new file mode 100644 index 0000000..d92ec87 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayStar-compat.css @@ -0,0 +1,8 @@ +/* === Gray Star ==*/ +.mblDomButtonGrayStar { + background-image: url(compat/mblDomButtonGrayStar.png); + background-repeat: no-repeat; +} +.mblDomButtonGrayStar > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css new file mode 100644 index 0000000..605de2c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGrayStar.css @@ -0,0 +1,49 @@ +/* === Gray Star ==*/ +.mblDomButtonGrayStar { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonGrayStar > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #BDBABD transparent transparent transparent; + top: 12px; + left: 3px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(0deg); +} +.mblDomButtonGrayStar > div > div { + position: absolute; + width: 24px; + height: 0px; + border-style: solid; + border-color: #8C8E8C; + border-width: 1px 0px 0px 0px; + top: -10px; + left: -12px; +} +.mblDomButtonGrayStar > div > div > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #BDBABD transparent transparent transparent; + top: 0px; + left: 0px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(72deg); +} +.mblDomButtonGrayStar > div > div > div > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #BDBABD transparent transparent transparent; + top: -10px; + left: -12px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(216deg); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenBall-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenBall-compat.css new file mode 100644 index 0000000..b9335bd --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenBall-compat.css @@ -0,0 +1,8 @@ +/* === Green Ball Button ==*/ +.mblDomButtonGreenBall { + background-image: url(compat/mblDomButtonGreenBall.png); + background-repeat: no-repeat; +} +.mblDomButtonGreenBall > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenBall.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenBall.css new file mode 100644 index 0000000..f7e928f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenBall.css @@ -0,0 +1,15 @@ +/* === Green Ball Button ==*/ +.mblDomButtonGreenBall { + position: relative; + width: 19px; + height: 29px; +} +.mblDomButtonGreenBall > div { + position: relative; + top: 8px; + left: 4px; + width: 14px; + height: 14px; + -webkit-border-radius: 7px; + background: -webkit-gradient(linear, left top, left bottom, from(#59E738), to(#0AA908)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleArrow-compat.css new file mode 100644 index 0000000..a62b1e5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleArrow-compat.css @@ -0,0 +1,9 @@ +/* === Green Circle Arrow Buttons ==*/ +.mblDomButtonGreenCircleArrow { + background-image: url(compat/mblDomButtonGreenCircleArrow.png); + background-repeat: no-repeat; +} + +.mblDomButtonGreenCircleArrow > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleArrow.css new file mode 100644 index 0000000..53e6523 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleArrow.css @@ -0,0 +1,48 @@ +/* === Green Circle Arrow Buttons ==*/ +.mblDomButtonGreenCircleArrow { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonGreenCircleArrow > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonGreenCircleArrow > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#7BE75A), to(#398C08), color-stop(0.5, #6BC642), color-stop(0.5, #4AAD21)); +} +.mblDomButtonGreenCircleArrow > div > div > div { + position: absolute; + top: 5px; + left: 6px; + width: 8px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; + -webkit-transform: rotate(45deg); +} +.mblDomButtonGreenCircleArrow > div > div > div > div { + position: absolute; + top: 1px; + left: 6px; + width: 3px; + height: 8px; + margin: 0px; + font-size: 1px; + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleMinus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleMinus-compat.css new file mode 100644 index 0000000..a6381c4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleMinus-compat.css @@ -0,0 +1,9 @@ +/* === Green Circle Minus Buttons ==*/ +.mblDomButtonGreenCircleMinus { + background-image: url(compat/mblDomButtonGreenCircleMinus.png); + background-repeat: no-repeat; +} + +.mblDomButtonGreenCircleMinus > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleMinus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleMinus.css new file mode 100644 index 0000000..b406543 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCircleMinus.css @@ -0,0 +1,37 @@ +/* === Green Circle Minus Buttons ==*/ +.mblDomButtonGreenCircleMinus { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonGreenCircleMinus > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonGreenCircleMinus > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#7BE75A), to(#398C08), color-stop(0.5, #6BC642), color-stop(0.5, #4AAD21)); +} +.mblDomButtonGreenCircleMinus > div > div > div { + position: absolute; + top: 8px; + left: 3px; + width: 12px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCirclePlus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCirclePlus-compat.css new file mode 100644 index 0000000..053ccd9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCirclePlus-compat.css @@ -0,0 +1,9 @@ +/* === Green Circle Plus Buttons ==*/ +.mblDomButtonGreenCirclePlus { + background-image: url(compat/mblDomButtonGreenCirclePlus.png); + background-repeat: no-repeat; +} + +.mblDomButtonGreenCirclePlus > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCirclePlus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCirclePlus.css new file mode 100644 index 0000000..148dfa4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonGreenCirclePlus.css @@ -0,0 +1,47 @@ +/* === Green Circle Plus Buttons ==*/ +.mblDomButtonGreenCirclePlus { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonGreenCirclePlus > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonGreenCirclePlus > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#7BE75A), to(#398C08), color-stop(0.5, #6BC642), color-stop(0.5, #4AAD21)); +} +.mblDomButtonGreenCirclePlus > div > div > div { + position: absolute; + top: 8px; + left: 3px; + width: 13px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; +} +.mblDomButtonGreenCirclePlus > div > div > div > div { + position: absolute; + top: -5px; + left: 5px; + width: 3px; + height: 13px; + margin: 0px; + font-size: 1px; + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonOrangeBall-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonOrangeBall-compat.css new file mode 100644 index 0000000..5fc2c62 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonOrangeBall-compat.css @@ -0,0 +1,8 @@ +/* === Orange Ball Button ==*/ +.mblDomButtonOrangeBall { + background-image: url(compat/mblDomButtonOrangeBall.png); + background-repeat: no-repeat; +} +.mblDomButtonOrangeBall > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonOrangeBall.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonOrangeBall.css new file mode 100644 index 0000000..32b8659 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonOrangeBall.css @@ -0,0 +1,15 @@ +/* === Orange Ball Button ==*/ +.mblDomButtonOrangeBall { + position: relative; + width: 19px; + height: 29px; +} +.mblDomButtonOrangeBall > div { + position: relative; + top: 8px; + left: 4px; + width: 14px; + height: 14px; + -webkit-border-radius: 7px; + background: -webkit-gradient(linear, left top, left bottom, from(#F9E20A), to(#FF6B0A)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedBall-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedBall-compat.css new file mode 100644 index 0000000..bb25172 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedBall-compat.css @@ -0,0 +1,8 @@ +/* === Red Ball Button ==*/ +.mblDomButtonRedBall { + background-image: url(compat/mblDomButtonRedBall.png); + background-repeat: no-repeat; +} +.mblDomButtonRedBall > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedBall.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedBall.css new file mode 100644 index 0000000..11a48cd --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedBall.css @@ -0,0 +1,15 @@ +/* === Red Ball Button ==*/ +.mblDomButtonRedBall { + position: relative; + width: 19px; + height: 29px; +} +.mblDomButtonRedBall > div { + position: relative; + top: 8px; + left: 4px; + width: 14px; + height: 14px; + -webkit-border-radius: 7px; + background: -webkit-gradient(linear, left top, left bottom, from(#EC9B9D), to(#D73C3F)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css new file mode 100644 index 0000000..b00c414 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow-compat.css @@ -0,0 +1,9 @@ +/* === Red Circle Arrow Buttons ==*/ +.mblDomButtonRedCircleArrow { + background-image: url(compat/mblDomButtonRedCircleArrow.png); + background-repeat: no-repeat; +} + +.mblDomButtonRedCircleArrow > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow.css new file mode 100644 index 0000000..c1506e7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow.css @@ -0,0 +1,48 @@ +/* === Red Circle Arrow Buttons ==*/ +.mblDomButtonRedCircleArrow { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonRedCircleArrow > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonRedCircleArrow > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421)); +} +.mblDomButtonRedCircleArrow > div > div > div { + position: absolute; + top: 5px; + left: 6px; + width: 8px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; + -webkit-transform: rotate(45deg); +} +.mblDomButtonRedCircleArrow > div > div > div > div { + position: absolute; + top: 1px; + left: 6px; + width: 3px; + height: 8px; + margin: 0px; + font-size: 1px; + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleMinus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleMinus-compat.css new file mode 100644 index 0000000..c437120 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleMinus-compat.css @@ -0,0 +1,9 @@ +/* === Red Circle Minus Buttons ==*/ +.mblDomButtonRedCircleMinus { + background-image: url(compat/mblDomButtonRedCircleMinus.png); + background-repeat: no-repeat; +} + +.mblDomButtonRedCircleMinus > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleMinus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleMinus.css new file mode 100644 index 0000000..bd16b0c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCircleMinus.css @@ -0,0 +1,37 @@ +/* === Red Circle Minus Buttons ==*/ +.mblDomButtonRedCircleMinus { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonRedCircleMinus > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonRedCircleMinus > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421)); +} +.mblDomButtonRedCircleMinus > div > div > div { + position: absolute; + top: 8px; + left: 3px; + width: 12px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCirclePlus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCirclePlus-compat.css new file mode 100644 index 0000000..3f7a33c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCirclePlus-compat.css @@ -0,0 +1,9 @@ +/* === Red Circle Plus Buttons ==*/ +.mblDomButtonRedCirclePlus { + background-image: url(compat/mblDomButtonRedCirclePlus.png); + background-repeat: no-repeat; +} + +.mblDomButtonRedCirclePlus > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCirclePlus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCirclePlus.css new file mode 100644 index 0000000..a507bdd --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonRedCirclePlus.css @@ -0,0 +1,47 @@ +/* === Red Circle Plus Buttons ==*/ +.mblDomButtonRedCirclePlus { + position: relative; + width: 29px; + height: 29px; +} + +.mblDomButtonRedCirclePlus > div { + position: relative; + top: 2px; + left: 2px; + width: 22px; + height: 22px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 12px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); +} +.mblDomButtonRedCirclePlus > div > div { + position: relative; + top: 2px; + left: 2px; + width: 18px; + height: 18px; + -webkit-border-radius: 9px; + background: -webkit-gradient(linear, left top, left bottom, from(#D3656D), to(#BC1320), color-stop(0.5, #C9404B), color-stop(0.5, #BC1421)); +} +.mblDomButtonRedCirclePlus > div > div > div { + position: absolute; + top: 8px; + left: 3px; + width: 13px; + height: 3px; + margin: 0px; + font-size: 1px; + border-style: none; + background: white; +} +.mblDomButtonRedCirclePlus > div > div > div > div { + position: absolute; + top: -5px; + left: 5px; + width: 3px; + height: 13px; + margin: 0px; + font-size: 1px; + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleDownArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleDownArrow-compat.css new file mode 100644 index 0000000..d9191e4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleDownArrow-compat.css @@ -0,0 +1,8 @@ +/* === Silver Circle Down Arrow ==*/ +.mblDomButtonSilverCircleDownArrow { + background-image: url(compat/mblDomButtonSilverCircleDownArrow.png); + background-repeat: no-repeat; +} +.mblDomButtonSilverCircleDownArrow > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleDownArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleDownArrow.css new file mode 100644 index 0000000..3f70ab8 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleDownArrow.css @@ -0,0 +1,43 @@ +/* === Silver Circle Down Arrow ==*/ +.mblDomButtonSilverCircleDownArrow { + position: relative; + width: 30px; + height: 30px; +} +.mblDomButtonSilverCircleDownArrow > div { + position: relative; + top: 0px; + left: 0px; + width: 26px; + height: 26px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 13px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); + background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2)); +} +.mblDomButtonSilverCircleDownArrow > div > div { + position: relative; + top: 3px; + left: 3px; + width: 20px; + height: 20px; + -webkit-border-radius: 10px; + background: -webkit-gradient(linear, left top, left bottom, from(#979797), to(#616161)); +} +.mblDomButtonSilverCircleDownArrow > div > div > div { + position: absolute; + left: 0px; + clip: rect(6px 50px 40px 0px); +} +.mblDomButtonSilverCircleDownArrow > div > div > div > div { + position: absolute; + top: -5px; + left: 1px; + width: 18px; + height: 18px; + margin: 0px; + font-size: 1px; + background-color: #D1D1D1; + border-top: 1px solid #4A5A71; + -webkit-transform: scaleX(0.7) rotate(45deg); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGrayButton-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGrayButton-compat.css new file mode 100644 index 0000000..dc3c7ca --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGrayButton-compat.css @@ -0,0 +1,8 @@ +/* === Silver Circle Gray Button ==*/ +.mblDomButtonSilverCircleGrayButton { + background-image: url(compat/mblDomButtonSilverCircleGrayButton.png); + background-repeat: no-repeat; +} +.mblDomButtonSilverCircleGrayButton > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGrayButton.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGrayButton.css new file mode 100644 index 0000000..0769c27 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGrayButton.css @@ -0,0 +1,27 @@ +/* === Silver Circle Gray Button ==*/ +.mblDomButtonSilverCircleGrayButton { + position: relative; + width: 30px; + height: 30px; +} +.mblDomButtonSilverCircleGrayButton > div { + position: relative; + top: 0px; + left: 0px; + width: 26px; + height: 26px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 13px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); + background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2)); +} +.mblDomButtonSilverCircleGrayButton > div > div { + position: relative; + top: 6px; + left: 6px; + width: 12px; + height: 12px; + border: 1px inset #AEAEAE; + -webkit-border-radius: 7px; + background: -webkit-gradient(linear, left top, left bottom, from(#D4D4D4), to(#BABABA)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenButton-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenButton-compat.css new file mode 100644 index 0000000..df9e2a5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenButton-compat.css @@ -0,0 +1,8 @@ +/* === Silver Circle Green Button ==*/ +.mblDomButtonSilverCircleGreenButton { + background-image: url(compat/mblDomButtonSilverCircleGreenButton.png); + background-repeat: no-repeat; +} +.mblDomButtonSilverCircleGreenButton > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenButton.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenButton.css new file mode 100644 index 0000000..2b59042 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenButton.css @@ -0,0 +1,27 @@ +/* === Silver Circle Green Button ==*/ +.mblDomButtonSilverCircleGreenButton { + position: relative; + width: 30px; + height: 30px; +} +.mblDomButtonSilverCircleGreenButton > div { + position: relative; + top: 0px; + left: 0px; + width: 26px; + height: 26px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 13px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); + background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2)); +} +.mblDomButtonSilverCircleGreenButton > div > div { + position: relative; + top: 6px; + left: 6px; + width: 12px; + height: 12px; + border: 1px inset #1B991C; + -webkit-border-radius: 7px; + background: -webkit-gradient(radial, center center, 0, center center, 6, from(#17DF25), to(#1BA51C)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenPlus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenPlus-compat.css new file mode 100644 index 0000000..d19cc2b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenPlus-compat.css @@ -0,0 +1,8 @@ +/* === Silver Circle Green Plus Button ==*/ +.mblDomButtonSilverCircleGreenPlus { + background-image: url(compat/mblDomButtonSilverCircleGreenPlus.png); + background-repeat: no-repeat; +} +.mblDomButtonSilverCircleGreenPlus > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenPlus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenPlus.css new file mode 100644 index 0000000..9808e86 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleGreenPlus.css @@ -0,0 +1,37 @@ +/* === Silver Circle Green Plus Button ==*/ +.mblDomButtonSilverCircleGreenPlus { + position: relative; + width: 30px; + height: 30px; +} +.mblDomButtonSilverCircleGreenPlus > div { + position: relative; + top: 0px; + left: 0px; + width: 26px; + height: 26px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 13px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); + background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2)); +} +.mblDomButtonSilverCircleGreenPlus > div > div { + position: absolute; + top: 11px; + left: 4px; + width: 18px; + height: 4px; + margin: 0px; + font-size: 1px; + background-color: #17DF25; +} +.mblDomButtonSilverCircleGreenPlus > div > div > div { + position: absolute; + top: -7px; + left: 7px; + width: 4px; + height: 18px; + margin: 0px; + font-size: 1px; + background-color: #17DF25; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleOrangeButton-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleOrangeButton-compat.css new file mode 100644 index 0000000..49eba72 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleOrangeButton-compat.css @@ -0,0 +1,8 @@ +/* === Silver Circle Orange Button ==*/ +.mblDomButtonSilverCircleOrangeButton { + background-image: url(compat/mblDomButtonSilverCircleOrangeButton.png); + background-repeat: no-repeat; +} +.mblDomButtonSilverCircleOrangeButton > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleOrangeButton.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleOrangeButton.css new file mode 100644 index 0000000..160ef4e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleOrangeButton.css @@ -0,0 +1,27 @@ +/* === Silver Circle Orange Button ==*/ +.mblDomButtonSilverCircleOrangeButton { + position: relative; + width: 30px; + height: 30px; +} +.mblDomButtonSilverCircleOrangeButton > div { + position: relative; + top: 0px; + left: 0px; + width: 26px; + height: 26px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 13px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); + background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2)); +} +.mblDomButtonSilverCircleOrangeButton > div > div { + position: relative; + top: 6px; + left: 6px; + width: 12px; + height: 12px; + border: 1px inset #CA701A; + -webkit-border-radius: 7px; + background: -webkit-gradient(radial, center center, 0, center center, 6, from(#FF7A07), to(#E66B03)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleRedCross-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleRedCross-compat.css new file mode 100644 index 0000000..68149e0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleRedCross-compat.css @@ -0,0 +1,8 @@ +/* === Silver Circle Red Cross Button ==*/ +.mblDomButtonSilverCircleRedCross { + background-image: url(compat/mblDomButtonSilverCircleRedCross.png); + background-repeat: no-repeat; +} +.mblDomButtonSilverCircleRedCross > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleRedCross.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleRedCross.css new file mode 100644 index 0000000..14f4ec3 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonSilverCircleRedCross.css @@ -0,0 +1,38 @@ +/* === Silver Circle Red Cross Button ==*/ +.mblDomButtonSilverCircleRedCross { + position: relative; + width: 30px; + height: 30px; +} +.mblDomButtonSilverCircleRedCross > div { + position: relative; + top: 0px; + left: 0px; + width: 26px; + height: 26px; + border: 1px solid #B5B6B5; + -webkit-border-radius: 13px; + -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); + background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#C2C2C2)); +} +.mblDomButtonSilverCircleRedCross > div > div { + position: absolute; + top: 11px; + left: 4px; + width: 18px; + height: 4px; + margin: 0px; + font-size: 1px; + background-color: #F00E5A; + -webkit-transform: rotate(45deg); +} +.mblDomButtonSilverCircleRedCross > div > div > div { + position: absolute; + top: -7px; + left: 7px; + width: 4px; + height: 18px; + margin: 0px; + font-size: 1px; + background-color: #F00E5A; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent19.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent19.css new file mode 100644 index 0000000..3626476 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent19.css @@ -0,0 +1,6 @@ +/* === Transparent Button ==*/ +.mblDomButtonTransparent19 { + position: relative; + width: 19px; + height: 19px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent29.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent29.css new file mode 100644 index 0000000..3eb4891 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent29.css @@ -0,0 +1,6 @@ +/* === Transparent Button ==*/ +.mblDomButtonTransparent29 { + position: relative; + width: 29px; + height: 29px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent30.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent30.css new file mode 100644 index 0000000..b95baf7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonTransparent30.css @@ -0,0 +1,6 @@ +/* === Transparent Button ==*/ +.mblDomButtonTransparent30 { + position: relative; + width: 30px; + height: 30px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteArrow-compat.css new file mode 100644 index 0000000..39bff59 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteArrow-compat.css @@ -0,0 +1,8 @@ +/* === Arrow Button ==*/ +.mblDomButtonWhiteArrow, .mblDomButtonArrow { + background-image: url(compat/mblDomButtonWhiteArrow.png); + background-repeat: no-repeat; +} +.mblDomButtonWhiteArrow div, .mblDomButtonArrow div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteArrow.css new file mode 100644 index 0000000..9c9e332 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteArrow.css @@ -0,0 +1,18 @@ +/* === Arrow ==*/ +.mblDomButtonWhiteArrow, .mblDomButtonArrow { + position: relative; + width: 20px; + height: 29px; +} +.mblDomButtonWhiteArrow > div, .mblDomButtonArrow > div { + position: absolute; + top: 10px; + left: 6px; + width: 6px; + height: 6px; + font-size: 1px; + -webkit-transform: rotate(45deg); + border-width: 3px 3px 0px 0px; + border-style: solid; + border-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteCheck-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteCheck-compat.css new file mode 100644 index 0000000..892a407 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteCheck-compat.css @@ -0,0 +1,8 @@ +/* === Check Button ==*/ +.mblDomButtonWhiteCheck, .mblDomButtonCheck { + background-image: url(compat/mblDomButtonWhiteCheck.png); + background-repeat: no-repeat; +} +.mblDomButtonWhiteCheck div, .mblDomButtonCheck div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteCheck.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteCheck.css new file mode 100644 index 0000000..1b51a8f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteCheck.css @@ -0,0 +1,18 @@ +/* === Check Button ==*/ +.mblDomButtonWhiteCheck, .mblDomButtonCheck { + position: relative; + width: 20px; + height: 29px; +} +.mblDomButtonWhiteCheck > div, .mblDomButtonCheck > div { + position: absolute; + left: 0px; + top: 8px; + width: 16px; + height: 6px; + font-size: 1px; + -webkit-transform: scaleX(0.7) rotate(135deg); + border-width: 3px 4px 0px 0px; + border-style: solid; + border-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteDownArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteDownArrow-compat.css new file mode 100644 index 0000000..6556323 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteDownArrow-compat.css @@ -0,0 +1,8 @@ +/* === Down Arrow Button ==*/ +.mblDomButtonWhiteDownArrow { + background-image: url(compat/mblDomButtonWhiteDownArrow.png); + background-repeat: no-repeat; +} +.mblDomButtonWhiteDownArrow div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteDownArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteDownArrow.css new file mode 100644 index 0000000..33188b3 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteDownArrow.css @@ -0,0 +1,22 @@ +/* === Down Arrow Button ==*/ +.mblDomButtonWhiteDownArrow { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonWhiteDownArrow div { + position: absolute; + left: 0px; + clip: rect(7px 50px 40px 0px); +} +.mblDomButtonWhiteDownArrow > div > div { + top: -10px; + left: 2px; + width: 25px; + height: 25px; + margin: 0px; + font-size: 1px; + background-color: white; + border-top: 1px solid #4A5A71; + -webkit-transform: scaleX(0.6) rotate(45deg); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhitePlus-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhitePlus-compat.css new file mode 100644 index 0000000..24eb9be --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhitePlus-compat.css @@ -0,0 +1,8 @@ +/* === Plus Button ==*/ +.mblDomButtonWhitePlus { + background-image: url(compat/mblDomButtonWhitePlus.png); + background-repeat: no-repeat; +} +.mblDomButtonWhitePlus div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhitePlus.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhitePlus.css new file mode 100644 index 0000000..4de8a89 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhitePlus.css @@ -0,0 +1,28 @@ +/* === Plus Button ==*/ +.mblDomButtonWhitePlus { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonWhitePlus > div { /* horiz line */ + position: absolute; + top: 11px; + left: 8px; + width: 13px; + height: 3px; + margin: 0px; + font-size: 1px; + background-color: white; + border-top: 1px solid #4A5A71; +} +.mblDomButtonWhitePlus > div > div { /* vert line */ + position: absolute; + top: -6px; + left: 5px; + width: 3px; + height: 13px; + margin: 0px; + font-size: 1px; + background-color: white; + border-top: 1px solid #4A5A71; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch-compat.css new file mode 100644 index 0000000..b3c927d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch-compat.css @@ -0,0 +1,8 @@ +/* === Search Button ==*/ +.mblDomButtonWhiteSearch { + background-image: url(compat/mblDomButtonWhiteSearch.png); + background-repeat: no-repeat; +} +.mblDomButtonWhiteSearch div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css new file mode 100644 index 0000000..d8efeeb --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteSearch.css @@ -0,0 +1,30 @@ +/* === Search Button ==*/ +.mblDomButtonWhiteSearch { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonWhiteSearch > div { + position: absolute; + top: 5px; + left: 6px; + width: 10px; + height: 10px; + margin: 0px; + font-size: 1px; + border: 2px solid white; + -webkit-border-radius: 6px; +} +.mblDomButtonWhiteSearch > div > div { + position: absolute; + top: 10px; + left: 7px; + width: 8px; + height: 3px; + margin: 0px; + font-size: 1px; + background-color: white; + border: none; + -webkit-transform: rotate(45deg); + -webkit-border-radius: 0px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteUpArrow-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteUpArrow-compat.css new file mode 100644 index 0000000..49ecb67 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteUpArrow-compat.css @@ -0,0 +1,8 @@ +/* === Up Arrow Button ==*/ +.mblDomButtonWhiteUpArrow { + background-image: url(compat/mblDomButtonWhiteUpArrow.png); + background-repeat: no-repeat; +} +.mblDomButtonWhiteUpArrow div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteUpArrow.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteUpArrow.css new file mode 100644 index 0000000..7c7d0da --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonWhiteUpArrow.css @@ -0,0 +1,22 @@ +/* === Up Arrow Button ==*/ +.mblDomButtonWhiteUpArrow { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonWhiteUpArrow div { + position: absolute; + left: 0px; + clip: rect(0px 30px 20px 0px); +} +.mblDomButtonWhiteUpArrow > div > div { + top: 9px; + left: 4px; + width: 20px; + height: 20px; + margin: 0px; + font-size: 1px; + background-color: white; + border-top: 1px solid #4A5A71; + -webkit-transform: scaleX(0.6) rotate(45deg); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonYellowStar-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonYellowStar-compat.css new file mode 100644 index 0000000..08dd2c4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonYellowStar-compat.css @@ -0,0 +1,8 @@ +/* === Yellow Star ==*/ +.mblDomButtonYellowStar { + background-image: url(compat/mblDomButtonYellowStar.png); + background-repeat: no-repeat; +} +.mblDomButtonYellowStar > div { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonYellowStar.css b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonYellowStar.css new file mode 100644 index 0000000..96c07ce --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/DomButtonYellowStar.css @@ -0,0 +1,49 @@ +/* === Yellow Star ==*/ +.mblDomButtonYellowStar { + position: relative; + width: 29px; + height: 29px; +} +.mblDomButtonYellowStar > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #FFFF00 transparent transparent transparent; + top: 12px; + left: 3px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(0deg); +} +.mblDomButtonYellowStar > div > div { + position: absolute; + width: 24px; + height: 0px; + border-style: solid; + border-color: #CD853F; + border-width: 1px 0px 0px 0px; + top: -10px; + left: -12px; +} +.mblDomButtonYellowStar > div > div > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #FFFF00 transparent transparent transparent; + top: 0px; + left: 0px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(72deg); +} +.mblDomButtonYellowStar > div > div > div > div { + position: absolute; + width: 0px; + height: 0px; + border-style: solid; + border-color: #FFFF00 transparent transparent transparent; + top: -10px; + left: -12px; + border-width: 9px 12px 0px 12px; + -webkit-transform: rotate(216deg); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonArrow.png Binary files differnew file mode 100644 index 0000000..edc1165 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlackCircleCross.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlackCircleCross.png Binary files differnew file mode 100644 index 0000000..2fde47f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlackCircleCross.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueBall.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueBall.png Binary files differnew file mode 100644 index 0000000..fc4d734 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueBall.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCircleArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCircleArrow.png Binary files differnew file mode 100644 index 0000000..04526cc --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCircleArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCircleMinus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCircleMinus.png Binary files differnew file mode 100644 index 0000000..2fa7350 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCircleMinus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCirclePlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCirclePlus.png Binary files differnew file mode 100644 index 0000000..670839f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueCirclePlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueMinus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueMinus.png Binary files differnew file mode 100644 index 0000000..5479d9a --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBlueMinus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBluePlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBluePlus.png Binary files differnew file mode 100644 index 0000000..a916f9c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonBluePlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheck.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheck.png Binary files differnew file mode 100644 index 0000000..0ba6933 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheck.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheckboxOff.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheckboxOff.png Binary files differnew file mode 100644 index 0000000..fa7df3e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheckboxOff.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheckboxOn.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheckboxOn.png Binary files differnew file mode 100644 index 0000000..2cec24f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheckboxOn.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueCheck.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueCheck.png Binary files differnew file mode 100644 index 0000000..0ba6933 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueCheck.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueMinus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueMinus.png Binary files differnew file mode 100644 index 0000000..1d7f918 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueMinus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBluePlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBluePlus.png Binary files differnew file mode 100644 index 0000000..465dc1e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBluePlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayArrow.png Binary files differnew file mode 100644 index 0000000..edc1165 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayStar.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayStar.png Binary files differnew file mode 100644 index 0000000..68d62c0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayStar.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenBall.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenBall.png Binary files differnew file mode 100644 index 0000000..5a46c60 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenBall.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCircleArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCircleArrow.png Binary files differnew file mode 100644 index 0000000..27dbfb6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCircleArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCircleMinus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCircleMinus.png Binary files differnew file mode 100644 index 0000000..a26de02 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCircleMinus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCirclePlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCirclePlus.png Binary files differnew file mode 100644 index 0000000..3a5959e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGreenCirclePlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonOrangeBall.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonOrangeBall.png Binary files differnew file mode 100644 index 0000000..420428a --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonOrangeBall.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedBall.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedBall.png Binary files differnew file mode 100644 index 0000000..aab2da6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedBall.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCircleArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCircleArrow.png Binary files differnew file mode 100644 index 0000000..55b0167 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCircleArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCircleMinus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCircleMinus.png Binary files differnew file mode 100644 index 0000000..6171d0f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCircleMinus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCirclePlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCirclePlus.png Binary files differnew file mode 100644 index 0000000..f68f227 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedCirclePlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedMinus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedMinus.png Binary files differnew file mode 100644 index 0000000..ab25d93 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedMinus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedPlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedPlus.png Binary files differnew file mode 100644 index 0000000..61a76fc --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonRedPlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleDownArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleDownArrow.png Binary files differnew file mode 100644 index 0000000..bb9b377 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleDownArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGrayButton.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGrayButton.png Binary files differnew file mode 100644 index 0000000..7081f3f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGrayButton.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGreenButton.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGreenButton.png Binary files differnew file mode 100644 index 0000000..857adac --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGreenButton.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGreenPlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGreenPlus.png Binary files differnew file mode 100644 index 0000000..a3ef930 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleGreenPlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleOrangeButton.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleOrangeButton.png Binary files differnew file mode 100644 index 0000000..17d72e0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleOrangeButton.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleRedCross.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleRedCross.png Binary files differnew file mode 100644 index 0000000..7326243 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonSilverCircleRedCross.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteArrow.png Binary files differnew file mode 100644 index 0000000..484ad60 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteCheck.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteCheck.png Binary files differnew file mode 100644 index 0000000..a18d8b3 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteCheck.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteDownArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteDownArrow.png Binary files differnew file mode 100644 index 0000000..add30b8 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteDownArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhitePlus.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhitePlus.png Binary files differnew file mode 100644 index 0000000..4b2a010 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhitePlus.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteSearch.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteSearch.png Binary files differnew file mode 100644 index 0000000..eb806d1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteSearch.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteUpArrow.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteUpArrow.png Binary files differnew file mode 100644 index 0000000..78c1331 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteUpArrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonYellowStar.png b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonYellowStar.png Binary files differnew file mode 100644 index 0000000..eaa80d9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/common/domButtons/compat/mblDomButtonYellowStar.png |
