Sha256: df02ba3329fc87b3fe5a9874b137bcfaaa6f1294d4547f778060d9f98eb48eb1

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 KB

Contents

html.mobile, .mobile body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  background-color: #d0d0d0;
  font-family: Helvetica;
  font-size: 17px;
  color: black;
}
.mblColorBlue {
  color: white;
  background-color: #2362dd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd));
}
.mblColorBlue45 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7a9de9), to(#2362dd));
}
.mblColorDefault {
  color: black;
  background-color: #a4a4a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#a4a4a4));
}
.mblColorDefault45 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e2e2e2), to(#a4a4a4));
}
.mblColorDefaultSel {
  color: white;
  background-color: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#666666));
}
.mblColorDefaultSel45 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#bbbbbb), to(#666666));
}
.mblSpriteIcon {
  position: absolute;
}
.mblSpriteIconParent {
  position: relative;
  font-size: 1px;
}
.mblImageIcon {
  vertical-align: top;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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