Sha256: 0e495a812730a9937c7e8087a4cd0aaec073648595b3b2e4a6aaaf4e1d80db4e
Contents?: true
Size: 580 Bytes
Versions: 4
Compression:
Stored size: 580 Bytes
Contents
/* dojox.mobile.Heading */ .mblHeading { position: relative; margin: 0; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; z-index: 1; padding: 0; height: 42px; font-family: Helvetica; font-size: 20px; font-weight: bold; text-align: center; line-height: 44px; .mblHeading-styles; } .mblHeading * { z-index: 2; } .mblHeadingDivTitle { position: absolute; width: 100%; display: none; left: 0; z-index: 1; } .mblHeadingCenterTitle .mblHeadingDivTitle { display: block; } .mblHeadingCenterTitle .mblHeadingSpanTitle { display: none; }
Version data entries
4 entries across 4 versions & 1 rubygems