Bug 883930 - The soft keyboard should not be able to obscure input in dialogs r=mbrubeck

--HG--
extra : rebase_source : 60975825fe841562729daafd7e8ec55d5b76e0b4
This commit is contained in:
Rodrigo Silveira 2013-12-20 15:01:23 -08:00
parent b3add4b9fa
commit c2f6ca0798

View File

@ -621,6 +621,15 @@ tabmodalprompt:not([promptType="promptUserAndPass"]) .infoContainer {
border-color: @metro_orange@ !important;
}
#stack[keyboardVisible] tabmodalprompt > spacer {
min-height: 20px;
max-height: 20px;
}
#stack[keyboardVisible] tabmodalprompt .info\.body {
max-height: 15vh;
}
@media (max-width: 600px) {
.mainContainer {
padding: 5vh 5vw;