kopia lustrzana https://github.com/cyoung/stratux
additional css for modal dialogs
rodzic
a79819a7db
commit
fd39651fd7
|
@ -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 {}
|
||||
|
|
Ładowanie…
Reference in New Issue