tweak login dialog for narrow mobile phones

This commit is contained in:
Jeff Atwood 2016-12-02 15:29:17 -08:00
parent a5ca41b362
commit 3c02e49b28
1 changed files with 7 additions and 6 deletions

View File

@ -38,15 +38,16 @@
width: 95%;
}
// an ember metamorph is inserted between btn's sometimes, breaking this rule, but only on mobile for some reason:
// .modal-footer .btn + .btn {
.modal-footer .btn {
// we need a little extra room on mobile for the
// stuff inside the footer to fit
.modal-footer {
padding-right: 0;
}
.modal-footer .btn + .btn {
margin-right: 5px;
margin-bottom: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-header {
// we need tighter spacing on mobile for header