Move folder list resize button to bottom

This commit is contained in:
RainLoop Team 2014-04-28 19:53:16 +04:00
parent 0ce7b03fd0
commit c25b5bfef7
13 changed files with 103 additions and 50 deletions

View file

@ -108,7 +108,7 @@ html.ssm-state-desktop {
}
}
html.ssm-state-tablet, html.ssm-state-mobile {
html.ssm-state-tablet {
#rl-left {
width: 160px;
@ -139,6 +139,37 @@ html.ssm-state-tablet, html.ssm-state-mobile {
}
}
html.ssm-state-mobile {
#rl-left {
width: 155px;
}
#rl-right {
left: 155px;
}
#rl-sub-left {
width: 310px;
.messageList .inputSearch {
width: 200px;
}
}
#rl-sub-right {
left: 310px;
}
.b-compose.modal {
width: 800px;
}
.b-contacts-content.modal {
width: 800px;
}
}
html.rl-left-panel-disabled {
#rl-left {