Sha256: 107c39622ee396e93f27e593005413b53a28f72a530d9df60d78c4147e3b5fbe

Contents?: true

Size: 833 Bytes

Versions: 4

Compression:

Stored size: 833 Bytes

Contents

.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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2), color-stop(0.5, #889bb3), color-stop(0.5, #8195af));
  border-top: 1px solid #cdd5df;
  border-bottom: 1px solid #2d3642;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}
.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

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/mobile/themes/iphone/Heading.css
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/mobile/themes/iphone/Heading.css
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/mobile/themes/iphone/Heading.css
dojox-rails-0.11.0 vendor/assets/javascripts/mobile/themes/iphone/Heading.css