More responsive interface with auto resize (#10)

This commit is contained in:
RainLoop Team 2013-12-30 01:13:35 +04:00
parent acf80b96a3
commit 17b2afcf22
32 changed files with 1093 additions and 296 deletions

View file

@ -14,7 +14,6 @@ html.rl-no-preview-pane {
left: 0;
height: 30px;
padding: 10px @rlMainBorderSize;
min-width: 280px;
z-index: 102;
}
@ -25,7 +24,6 @@ html.rl-no-preview-pane {
left: 0;
height: 30px;
padding: 7px;
min-width: 300px;
z-index: 101;
background-color: #eee;
@ -76,7 +74,6 @@ html.rl-no-preview-pane {
left: 0;
height: 29px;
padding: 10px 8px 10px 11px;
min-width: 280px;
z-index: 101;
background-color: #eee;
@ -117,7 +114,6 @@ html.rl-no-preview-pane {
overflow-x: hidden;
overflow-y: auto;
z-index: 101;
min-width: 300px;
.box-sizing(border-box);