fix address book for small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-05 12:29:47 -03:00
commit d8052de809
3 changed files with 12 additions and 9 deletions

View file

@ -1494,6 +1494,13 @@ a.text-warning:hover {color: #FD7262;}
}
}
@media only screen and (max-width: 40em) {
dialog.large, .reveal-modal.large {
height: auto;
padding: 0;
}
}
@media (max-height: 380px) {
.sidebar-footer {
display: none;
@ -1642,10 +1649,6 @@ a.text-warning:hover {color: #FD7262;}
text-align: center;
}
.postfix.button.addressbook {
right: 60px;
}
.addressbook-entry td {
display: block;
cursor: pointer;