/*! * Bootstrap modal sheet * * Author: Michaƫl Perrin * https://github.com/michaelperrin/bootstrap-modal-sheet */ .sheet form { margin: 0; } .sheet .form-actions { margin-top: 10px; margin-bottom: 0; padding: 10px 20px 10px; text-align: right; } .sheet { position: absolute; z-index: 1050; width: 600px; background: rgba(240, 240, 240, 0.9); border-color: #909090; border-style: solid; border-width: 0 1px 1px 1px; box-shadow: inset 0 15px 12px -10px rgba(0, 0, 0, 0.4), 0 5px 12px rgba(0, 0, 0, 0.4); padding-top: 15px; } .sheet.hide { display: none; } .sheet .sheet-body { padding-left: 15px; padding-right: 15px; } .sheet .sheet-footer { margin-top: 10px; margin-bottom: 0; padding: 10px 20px 10px; text-align: right; background-color: #f5f5f5; border-top: 1px solid #e5e5e5; } .sheet-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; }