Sha256: 1c517dcef9508aef8ae28825334bbced23d2110c76d1251693ab49f4416277e6
Contents?: true
Size: 549 Bytes
Versions: 72
Compression:
Stored size: 549 Bytes
Contents
.modal-dialog-centered { display: -ms-flexbox; -ms-flex-align: center; } // Actual modal .modal-content { display: block; // using display block because "-ms-flex-direction: column;" doesn't work in IE10 // display: -ms-flexbox; // -ms-flex-direction: column; } // Modal header .modal-header { display: -ms-flexbox; -ms-flex-align: start; -ms-flex-pack: justify; } // Modal body .modal-body { -ms-flex: 1 1 auto; } // Footer (for actions) .modal-footer { display: -ms-flexbox; -ms-flex-align: center; -ms-flex-pack: end; }
Version data entries
72 entries across 72 versions & 1 rubygems