summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/blackberry/Heading-compat.css
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/mobile/themes/blackberry/Heading-compat.css
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/mobile/themes/blackberry/Heading-compat.css')
-rw-r--r--js/dojo/dojox/mobile/themes/blackberry/Heading-compat.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/js/dojo/dojox/mobile/themes/blackberry/Heading-compat.css b/js/dojo/dojox/mobile/themes/blackberry/Heading-compat.css
new file mode 100644
index 0000000..8c7dd88
--- /dev/null
+++ b/js/dojo/dojox/mobile/themes/blackberry/Heading-compat.css
@@ -0,0 +1,25 @@
+/* mbl.widget.Heading */
+.mblHeading {
+ background-image: url(compat/heading-bg.png);
+}
+.mblHeadingSpanTitle {
+ white-space: normal;
+}
+
+/* Heading Arrow Button */
+.mblArrowButtonHead {
+ position: absolute;
+ top: 0px;
+ left: 2px;
+ width: 19px;
+ height: 30px;
+ border-style: none;
+ background-image: url(compat/arrow-button-head.gif);
+}
+.mblArrowButtonBody {
+ padding: 0px 10px 0px 5px;
+ line-height: 28px;
+ -moz-border-radius-topright: 6px;
+ -moz-border-radius-bottomright: 6px;
+ background-image: url(compat/arrow-button-bg.png);
+}