diff options
Diffstat (limited to 'js/dojo-1.6/dojox/mobile/themes/domButtons')
15 files changed, 138 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/Common-compat.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/Common-compat.css new file mode 100644 index 0000000..28d561c --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/Common-compat.css @@ -0,0 +1,3 @@ +.mblTabPanelHeader .mblDomButton { + background-position: 8px; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/Common.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/Common.css new file mode 100644 index 0000000..623b7ff --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/Common.css @@ -0,0 +1,6 @@ +.mblDomButton { + width: 11px; +} +.mblTabPanelHeader .mblDomButton { + width: 43px; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonDownArrow-compat.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonDownArrow-compat.css new file mode 100644 index 0000000..dfa3bb6 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonDownArrow-compat.css @@ -0,0 +1,8 @@ +/* === Down Arrow Button ==*/ +.mblDomButtonDownArrow_2 { + background-image: url(compat/downarrow-button.png); + background-repeat: no-repeat; +} +.mblDomButtonDownArrow_2 DIV { + display: none; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonDownArrow.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonDownArrow.css new file mode 100644 index 0000000..0dd359d --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonDownArrow.css @@ -0,0 +1,21 @@ +/* === Down Arrow Button ==*/ +.mblDomButtonDownArrow_2 DIV { + position: absolute; + left: 0px; + clip: rect(7px 50px 40px 0px); +} +.mblDomButtonDownArrow_2 DIV DIV { + top: -10px; + left: 4px; + width: 25px; + height: 25px; + margin: 0px; + font-size: 1px; + background-color: white; + border-top: 1px solid #4A5A71; + -webkit-transform: scaleX(0.6) rotate(45deg); + -moz-transform: scaleX(0.6) rotate(45deg); +} +.mblTabPanelHeader .mblDomButtonDownArrow_2 DIV DIV { + left: 11px; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonPlus-compat.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonPlus-compat.css new file mode 100644 index 0000000..dc9c61c --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonPlus-compat.css @@ -0,0 +1,8 @@ +/* === Plus Button ==*/ +.mblDomButtonPlus_2 { + background-image: url(compat/plus-button.png); + background-repeat: no-repeat; +} +.mblDomButtonPlus_2 DIV { + display: none; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonPlus.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonPlus.css new file mode 100644 index 0000000..34e79a6 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonPlus.css @@ -0,0 +1,18 @@ +/* === Plus Button ==*/ +.mblDomButtonPlus_2 DIV { /* horiz line */ + position: absolute; + top: 11px; + left: 9px; + width: 13px; + height: 3px; + margin: 0px; + font-size: 1px; + background-color: white; + border-top: 1px solid #4A5A71; +} +.mblDomButtonPlus_2 DIV DIV { /* vert line */ + top: -6px; + left: 5px; + width: 3px; + height: 13px; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonSearch-compat.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonSearch-compat.css new file mode 100644 index 0000000..f0f51dc --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonSearch-compat.css @@ -0,0 +1,12 @@ +/* === Search Button ==*/ +.mblDomButtonSearch_2 { + background-image: url(compat/search-button.png); + background-repeat: no-repeat; +} +.mblDomButtonSearch_2 DIV { + display: none; +} + +.dj_ie6 .mblDomButtonSearch_2 { + background-image: url(compat/search-button.gif); +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonSearch.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonSearch.css new file mode 100644 index 0000000..477f569 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonSearch.css @@ -0,0 +1,33 @@ +/* === Search Button ==*/ +.mblDomButtonSearch_2 DIV { + position: absolute; + top: 5px; + left: 6px; + width: 10px; + height: 10px; + margin: 0px; + font-size: 1px; + border: 2px solid white; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; +} +.mblDomButtonSearch_2 DIV DIV { + top: 10px; + left: 7px; + width: 8px; + height: 3px; + margin: 0px; + font-size: 1px; + background-color: white; + border: none; + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -webkit-border-radius: 0px; + -moz-border-radius: 0px; +} +.mblTabPanelHeader .mblDomButtonSearch_2 DIV { + left: 11px; +} +.mblTabPanelHeader .mblDomButtonSearch_2 DIV DIV { + left: 7px; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow-compat.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow-compat.css new file mode 100644 index 0000000..6cc860a --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow-compat.css @@ -0,0 +1,8 @@ +/* === Up Arrow Button ==*/ +.mblDomButtonUpArrow_2 { + background-image: url(compat/uparrow-button.png); + background-repeat: no-repeat; +} +.mblDomButtonUpArrow_2 DIV { + display: none; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css new file mode 100644 index 0000000..b6298e4 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/DomButtonUpArrow.css @@ -0,0 +1,21 @@ +/* === Up Arrow Button ==*/ +.mblDomButtonUpArrow_2 DIV { + position: absolute; + left: 0px; + clip: rect(0px 30px 20px 0px); +} +.mblDomButtonUpArrow_2 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); + -moz-transform: scaleX(0.6) rotate(45deg); +} +.mblTabPanelHeader .mblDomButtonUpArrow_2 DIV DIV { + left: 11px; +} diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/downarrow-button.png b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/downarrow-button.png Binary files differnew file mode 100644 index 0000000..add30b8 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/downarrow-button.png diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/plus-button.png b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/plus-button.png Binary files differnew file mode 100644 index 0000000..4b2a010 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/plus-button.png diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/search-button.gif b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/search-button.gif Binary files differnew file mode 100644 index 0000000..7087ef6 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/search-button.gif diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/search-button.png b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/search-button.png Binary files differnew file mode 100644 index 0000000..ca09ddb --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/search-button.png diff --git a/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/uparrow-button.png b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/uparrow-button.png Binary files differnew file mode 100644 index 0000000..78c1331 --- /dev/null +++ b/js/dojo-1.6/dojox/mobile/themes/domButtons/compat/uparrow-button.png |
