vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.11 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.12
- old
+ new
@@ -37,10 +37,21 @@
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
transition: opacity 0.3s linear, top 0.3s ease-out;
top: -100%;
}
.modal.fade.in { top: 15%; }
+.modal-column {
+ display: block;
+ float: left;
+ margin-right: 2.5%;
+ margin-left: 2.5%;
+}
+.modal-column.alpha { margin-left: 0; }
+.modal-column.omega { margin-right: 0; }
+.modal-one-quarter-column { width: 22.5%; }
+.modal-half-column { width: 47.5%; }
+.modal-three-quarters-column { width: 72.5%; }
.modal-header {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 21px 15px 18px 15px;
}
@@ -118,9 +129,13 @@
================================================== */
@media only screen and (max-width: 767px) {
.modal {
margin-left: -150px;
width: 300px;
+ }
+ .modal-column-responsive {
+ clear: both;
+ float: none;
}
.modal-body { max-height: 180px; }
.modal-footer-btn-left,
input[type="submit"].modal-footer-btn-left { width: 150px; }
.modal-footer-btn-right,
\ No newline at end of file