Optimizations

Added "[labs]imap_folder_list_limit" setting (optimization)
This commit is contained in:
RainLoop Team 2015-01-08 02:50:59 +04:00
parent 833f40c115
commit 7ef9ebb45f
22 changed files with 878 additions and 32 deletions

View file

@ -242,6 +242,17 @@ html.rl-no-preview-pane {
background-color: #ccc !important;
}
.importantMark {
display: none;
color:red;
margin-right:5px
}
&.important .importantMark {
display: inline;
}
&.e-single-line {
height: 35px;
}

View file

@ -309,6 +309,21 @@ html.rl-no-preview-pane {
color: #aaa;
}
.attachmentIconText {
display: inline-block;
font-size: 28px;
width: 60px;
height: 56px;
color: #aaa;
line-height: 56px;
text-align: center;
font-style: normal;
}
.attachmentIcon.icon-none {
display: none;
}
.attachmentIconParent.hasPreview:hover {
.iconPreview {
display: inline-block;

View file

@ -119,6 +119,15 @@
animation: rotation .8s infinite linear;
}
&.big {
height: 13px;
width: 13px;
margin-top: -2px;
margin-left: -2px;
}
}
html.no-cssanimations .icon-spinner {