Skip to content

Commit

Permalink
Wrap modal-dialog width in media query to improve form rendering on m…
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed May 3, 2018
1 parent b8fc14d commit aefa257
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions web/theme/default/css/xibo.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,17 @@
padding: 7px 9px;
}

.modal-dialog {
width: 900px
@media (min-width: 920px) {
.modal-dialog {
width: 900px;
}
}

/* Define some modal widths and heights */
.modal-big .modal-dialog {
width: 80%;
}

/* Define some modal widths and heights */
.help-modal-big .modal-dialog {
height: 700px;
}

@media (max-width: 767px) {
.modal-big .modal-dialog {
width: auto;
Expand Down

0 comments on commit aefa257

Please sign in to comment.