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

View File

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