CardDAV (pre-alpha/unstable)

This commit is contained in:
RainLoop Team 2013-12-23 04:06:48 +04:00
parent 0ec965bccb
commit 599e934b4a
76 changed files with 6984 additions and 1512 deletions

View file

@ -7345,8 +7345,8 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
height: 30px;
}
.b-contacts-content.modal .b-view-content .add-link {
padding-top: 5px;
padding-left: 7px;
margin-left: 2px;
padding: 5px;
font-size: 12px;
color: #aaa;
}
@ -7391,15 +7391,18 @@ html.rl-message-fullscreen .messageView .b-content .buttonFull {
}
.b-contacts-content.modal .b-view-content .e-share-sign {
position: absolute;
top: 20px;
top: 60px;
right: 20px;
cursor: pointer;
}
.b-contacts-content.modal .b-view-content .button-save-contact {
position: absolute;
top: 100px;
top: 20px;
right: 20px;
}
.b-contacts-content.modal .b-view-content .button-save-contact.dirty {
color: #51a351;
}
.b-contacts-content.modal .b-view-content.read-only .e-read-only-sign {
display: inline-block;
}

File diff suppressed because one or more lines are too long