summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/common/Heading.less
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/common/Heading.less')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/Heading.less58
1 files changed, 58 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/Heading.less b/js/dojo-1.7.2/dojox/mobile/themes/common/Heading.less
new file mode 100644
index 0000000..38083f9
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/Heading.less
@@ -0,0 +1,58 @@
+/* dojox.mobile.Heading */
+.mblHeading {
+ position: relative;
+ margin: 0px;
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ z-index: 1;
+ .mblHeading-styles;
+}
+.mblHeading * {
+ z-index: 2;
+}
+.mblHeadingDivTitle {
+ position: absolute;
+ width: 100%;
+ display: none;
+ left: 0px;
+ z-index: 1;
+}
+.mblHeadingCenterTitle .mblHeadingDivTitle {
+ display: block;
+}
+.mblHeadingCenterTitle .mblHeadingSpanTitle {
+ display: none;
+}
+
+/* Heading Arrow Button */
+.mblArrowButton {
+ position: relative;
+ float: left;
+ .mblArrowButton-styles;
+}
+.mblArrowButtonHead {
+ position: absolute;
+ .mblArrowButtonHead-styles;
+}
+.dj_chrome .mblArrowButtonHead {
+ .mblArrowButtonHeadChrome-styles;
+}
+.mblArrowButtonBody {
+ position: absolute;
+ cursor: pointer;
+ -webkit-tap-highlight-color: rgba(255,255,255,0);
+ .mblArrowButtonBody-styles;
+}
+.mblArrowButtonSelected {
+ .mblArrowButtonHead, .mblArrowButtonBody {
+ .mblArrowButtonSelected-styles;
+ }
+ .mblArrowButtonHead {
+ .mblArrowButtonHeadSelected-styles;
+ }
+ .mblArrowButtonBody {
+ .mblArrowButtonBodySelected-styles;
+ }
+}