Sha256: ddab1554537b4f780e6c446d3be41d6c903927c729dbfacbafa911307f6bd6a1

Contents?: true

Size: 735 Bytes

Versions: 8

Compression:

Stored size: 735 Bytes

Contents

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */

body.modal-open, 
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal.container {
  max-width: none;
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
bootstrap-modal-rails-2.2.5 vendor/assets/stylesheets/bootstrap-modal-bs3patch.css
bootstrap-modal-rails-2.2.4 vendor/assets/stylesheets/bootstrap-modal-bs3patch.css
bootstrap-modal-rails-2.2.0 vendor/assets/stylesheets/bootstrap-modal-bs3patch.css
bs-helper-0.1.4 app/assets/stylesheets/bs-modal/bootstrap-modal-bs3patch.css
bs-helper-0.1.3 app/assets/stylesheets/bs-modal/bootstrap-modal-bs3patch.css
bs-helper-0.1.2 app/assets/stylesheets/bs-modal/bootstrap-modal-bs3patch.css
bs-helper-0.1.1 app/assets/stylesheets/bs-modal/bootstrap-modal-bs3patch.css
bs-helper-0.1.0 app/assets/stylesheets/bs-modal/bootstrap-modal-bs3patch.css