Sha256: 7a5bcc8f349227748404b0018cc6e62821f76a790f49a5d2e01cd644600b73fc

Contents?: true

Size: 747 Bytes

Versions: 1

Compression:

Stored size: 747 Bytes

Contents

/*
 *= require_self
 *= require ./bootstrap-overrides
 *= require ./dialog
 *= require ./lightview
 *= require ./modal
 *= require ./statusbar
 *= require ./toolbar
 *= require ./tooltip
 *= require ./uploader
 *= require ./all_images
 */

/*
 * General Layout
 *---------------------------------------------------------------------------*/

/* Disable text sizing in webkit (ipad/iphone etc -- should apply to mercury only) */
html {
  -webkit-text-size-adjust: none;
}

html, body {
  -webkit-transition: -webkit-transform 3s;
  margin: 0;
  padding: 0;
}

.mercury-iframe {
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
}
.mercury-focusable {
  position: absolute;
  opacity: 0;
}

.filter {
  margin: 0;
  padding: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiteditor-1.0.12 app/assets/stylesheets/mercury/mercury.css