OpenPGP (#53) Beta

Archive  (Closes #110)
Delete, Spam and Archive button in mail view when preview pane is off  (Closes #72)
Small fixes  (Closes #101)
This commit is contained in:
RainLoop Team 2014-04-02 03:58:24 +04:00
parent ab817e1396
commit cae0cc2f77
45 changed files with 1390 additions and 172 deletions

View file

@ -90,6 +90,7 @@ html.ssm-state-desktop-large {
}
html.ssm-state-desktop {
#rl-left {
width: @rlLeftWidth;
}
@ -99,15 +100,16 @@ html.ssm-state-desktop {
}
#rl-sub-left {
width: 350px;
width: 400px;
}
#rl-sub-right {
left: 350px;
left: 400px;
}
}
html.ssm-state-tablet {
#rl-left {
width: 150px;
}
@ -117,7 +119,7 @@ html.ssm-state-tablet {
}
#rl-sub-left {
width: 310px;
width: 340px;
.messageList .inputSearch {
width: 220px;
@ -125,7 +127,7 @@ html.ssm-state-tablet {
}
#rl-sub-right {
left: 310px;
left: 340px;
}
.b-compose.modal {
@ -147,7 +149,7 @@ html.ssm-state-mobile {
}
#rl-sub-left {
width: 310px;
width: 340px;
.messageList .inputSearch {
width: 220px;
@ -155,7 +157,7 @@ html.ssm-state-mobile {
}
#rl-sub-right {
left: 310px;
left: 340px;
}
.b-compose.modal {