Read Receipt (#41)

This commit is contained in:
RainLoop Team 2014-01-04 04:20:07 +04:00
parent 1dc5a45564
commit b100560cd8
37 changed files with 883 additions and 461 deletions

View file

@ -1,4 +1,4 @@
showImages
html.rl-no-preview-pane {
.messageView {
@ -181,11 +181,15 @@ html.rl-no-preview-pane {
height: 0px;
}
.showImages {
.showImages, .readReceipt {
cursor: pointer;
background-color: #eee;
padding: 10px 15px;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #ddd;
background-color: #eee;
}
.readReceipt {
background-color: #ffffd9;
}
.attachmentsPlace {