Add mobile version (beta)

This commit is contained in:
RainLoop Team 2016-05-01 04:07:10 +03:00
parent 1391648e1b
commit b0ffd84ac6
76 changed files with 2945 additions and 845 deletions

View file

@ -1,5 +1,5 @@
html.rl-no-preview-pane {
html.rl-no-preview-pane {
.messageList.message-selected {
display: none;
}
@ -15,6 +15,7 @@ html.rl-no-preview-pane {
height: 30px;
padding: 10px @rlMainBorderSize;
z-index: 102;
white-space: nowrap;
}
.b-footer {
@ -75,6 +76,7 @@ html.rl-no-preview-pane {
height: 29px;
padding: 10px 8px 10px 11px;
z-index: 101;
white-space: nowrap;
background-color: #eee;
// #gradient > .vertical(#f4f4f4, #dfdfdf);
@ -624,3 +626,9 @@ html.cssanimations.rl-anim .messageList .line-loading {
cursor: pointer;
cursor: move;
}
html.rl-mobile {
#rl-sub-left .messageList .inputSearch {
width: 160px !important;
}
}