summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css
new file mode 100644
index 0000000..c1944a5
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css
@@ -0,0 +1,49 @@
+/* dojox.mobile.TabBarButton */
+.dj_ie6 .mblTabBarButtonDiv, .dj_ie7 .mblTabBarButtonDiv {
+ left: auto;
+}
+.dj_ie6 .mblTabBar .mblTabBarButton {
+ display: inline; /* IE bug*/
+}
+.mblTabBarButtonIcon {
+ position: absolute;
+ top: 2px;
+ left: 0px;
+}
+.dj_gecko .mblTabBar .mblTabBarButton.mblTabButtonSelected {
+ -moz-border-radius: 3px;
+}
+.dj_gecko .mblTabPanelHeader .mblTabButton {
+ -moz-border-radius-topleft: 6px;
+ -moz-border-radius-topright: 6px;
+}
+*html .mblTabButton { /* IE6 hack */
+ behavior: expression(
+ (function(el){
+ if(!el.previousSibling)
+ el.style.borderWidth = "1px";
+ el.style.behavior = "none";
+ })(this)
+ );
+}
+.dj_ie6 .mblTabPanelHeader .mblDomButton {
+ left: 0px;
+}
+.mblTabButton img {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ margin-top: 8px;
+}
+.dj_gecko .mblHeading .mblTabPanelHeader .mblTabButton {
+ -moz-border-radius-topleft: 0px;
+ -moz-border-radius-topright: 0px;
+}
+.dj_gecko .mblHeading .mblTabPanelHeader .mblTabButton:first-child {
+ -moz-border-radius-topleft: 6px;
+ -moz-border-radius-bottomleft: 6px;
+}
+.dj_gecko .mblHeading .mblTabPanelHeader .mblTabButton:last-child {
+ -moz-border-radius-topright: 6px;
+ -moz-border-radius-bottomright: 6px;
+}