additional css for modal dialogs

pull/184/head^2
Brad Ward 2016-01-03 09:47:27 -06:00
rodzic a79819a7db
commit fd39651fd7
1 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,27 @@
font-size: 0.85em;
}
.modal {
}
.vertical-alignment-helper {
display:table;
height: 100%;
width: 75%;
}
.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
}
.modal-content {
/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
width:inherit;
height:inherit;
/* To center horizontally */
margin: 0 auto;
}
.traffic-page {}
.weather-page {}