Sha256: 2de481947bf62881cba4e842508732d01bdc0da76a408c596d62a57d718bc668

Contents?: true

Size: 968 Bytes

Versions: 4

Compression:

Stored size: 968 Bytes

Contents

.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: image-url("jquery-modal/close.png") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: image-url("jquery-modal/spinner.gif") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jquery-modal-rails-assets-0.5.10 app/assets/stylesheets/jquery.modal.css.scss
jquery-modal-rails-assets-0.5.9 app/assets/stylesheets/jquery.modal.css.scss
jquery-modal-rails-assets-0.5.8 app/assets/stylesheets/jquery.modal.css.scss
jquery-modal-rails-assets-0.5.5 app/assets/stylesheets/jquery.modal.css.scss