Address book is opened in a modal window

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-05 05:41:44 -03:00
commit d09dda0455
4 changed files with 186 additions and 129 deletions

View file

@ -1486,6 +1486,12 @@ a.text-warning:hover {color: #FD7262;}
width: 50%;
margin-left: -25%;
}
dialog.large, .reveal-modal.large {
max-height: 70%;
overflow-y: auto;
width: 80%;
margin-left: -40%;
}
}
@media (max-height: 380px) {
@ -1636,6 +1642,19 @@ a.text-warning:hover {color: #FD7262;}
text-align: center;
}
.postfix.button.addressbook {
right: 60px;
}
.addressbook-entry td {
display: block;
cursor: pointer;
}
.addressbook-disabled td, .addressbook-disabled td a {
color: #8597A7;
}
/*/////////////////////////////////////////////////*/
.session-expired {