Sha256: f7dc6b74c268e45c4c394667a85d81aef5636db8a8ff701025a227b87cb29048

Contents?: true

Size: 442 Bytes

Versions: 6

Compression:

Stored size: 442 Bytes

Contents

/* bootstrap-base-overrides.css */
/* These overrides come after bootstrap.css and bootstrap-responsive.css */

dt, dd {
  line-height: 18px;
  min-height: 40px;
}

@media (max-width: 480px) {
  .modal-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    margin: 0;
    z-index: 1050;
    overflow: visible;
  }
}

/* Fix for IE7 IE8 dropdown menu items */
.collapse {
  overflow: visible;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
contour-1.0.1 app/assets/stylesheets/bootstrap-responsive-overrides.css
contour-1.0.0 app/assets/stylesheets/bootstrap-responsive-overrides.css
contour-1.0.0.rc2 app/assets/stylesheets/bootstrap-responsive-overrides.css
contour-1.0.0.rc app/assets/stylesheets/bootstrap-responsive-overrides.css
contour-1.0.0.beta12 app/assets/stylesheets/bootstrap-responsive-overrides.css
contour-1.0.0.beta11 app/assets/stylesheets/bootstrap-responsive-overrides.css