diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/custom/Heading-compat.css')
| -rw-r--r-- | js/dojo-1.7.2/dojox/mobile/themes/custom/Heading-compat.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/custom/Heading-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/custom/Heading-compat.css new file mode 100644 index 0000000..74befb9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/custom/Heading-compat.css @@ -0,0 +1,47 @@ +/* mbl.widget.Heading */ +.mblHeading { + background-image: url(compat/heading-bg.png); +} +.mblHeadingSpanTitle { + white-space: normal; +} + +/* Heading Arrow Button */ +.mblArrowButtonHead { + background-image: url(compat/ui-widget-bg.png); + -moz-transform-origin: left top; + -o-transform-origin: left top; + -ms-transform-origin: left top; + transform-origin: left top; + -moz-transform: scale(0.9, 0.99) rotate(45deg); + -o-transform: scale(0.9, 0.99) rotate(45deg); + -ms-transform: scale(0.9, 0.99) rotate(45deg); + transform: scale(0.9, 0.99) rotate(45deg); + left: 1px\9; /* IE7/8 hack */ + _left: 9px; /* IE6 hack */ + height: 32px\9; /* IE6/7/8 hack */ + border-width: 0\9; /* IE6/7/8 hack */ + background-image: url(compat/arrow-button-head.png)\9; /* IE6/7/8 hack */ +} +.mblArrowButtonHead:not(:target) { /* IE9 hack */ + background-image: url(compat/ui-widget-bg.png)\9; + left: 17px\9; + height: 21px\9; + border-width: 1px\9; +} +.mblArrowButtonBody { + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + -o-border-top-right-radius: 2px; + -o-border-bottom-right-radius: 2px; + -ms-border-top-right-radius: 2px; + -ms-border-bottom-right-radius: 2px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; + background-image: url(compat/ui-widget-bg.png); +} +*html .mblArrowButtonBody { /* IE6 hack */ + padding: 0px 10px 0px 3px; + top: 0px; + left: 17px; +} |
