Resize for the folder list. (#10)

This commit is contained in:
RainLoop Team 2014-01-03 17:32:25 +04:00
parent 3c8532b21a
commit 1dc5a45564
10 changed files with 357 additions and 233 deletions

View file

@ -35,8 +35,8 @@
#rl-left {
.g-ui-absolute-reset;
right: auto;
width: @rlLeftWidth;
min-width: 120px;
}
#rl-right {
@ -117,15 +117,15 @@ html.ssm-state-tablet {
}
#rl-sub-left {
width: 300px;
width: 310px;
.messageList .inputSearch {
width: 210px;
width: 220px;
}
}
#rl-sub-right {
left: 300px;
left: 310px;
}
.b-compose.modal {
@ -147,15 +147,15 @@ html.ssm-state-mobile {
}
#rl-sub-left {
width: 280px;
width: 310px;
.messageList .inputSearch {
width: 190px;
width: 220px;
}
}
#rl-sub-right {
left: 280px;
left: 310px;
}
.b-compose.modal {
@ -167,6 +167,12 @@ html.ssm-state-mobile {
}
}
.ui-resizable-helper {
border-right: 5px solid #777;
border-right-color: rgba(255,255,255,0.7);
}
html.rl-no-preview-pane {
#rl-sub-left {