Menu modal sizing and title

This commit is contained in:
Ben Ramey
2014-06-17 22:20:36 -05:00
parent 0bddd8f69d
commit ab7fbe46ef
3 changed files with 53 additions and 40 deletions

View File

@@ -24,8 +24,19 @@ body {
text-align: right;
padding-top: 0;
padding-bottom: 0;
.modal-title {
font-size: 2em;
padding: 15px 0 0 10px;
}
}
}
.modal-dialog {
width: 90vw;
height: 90vh;
max-height: 90vh;
max-width: 90vw;
}
}
#page {
.interior {