Address book is opened in a modal window
This commit is contained in:
parent
d4699d0ae6
commit
d09dda0455
4 changed files with 186 additions and 129 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue