New thread controller

This commit is contained in:
RainLoop Team 2015-03-06 04:42:40 +04:00
parent 9dbf77f942
commit b6ca9e357e
20 changed files with 922 additions and 595 deletions

View file

@ -110,7 +110,6 @@ html.rl-no-preview-pane {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-left: 3px;
}
.senderParent {
@ -121,8 +120,25 @@ html.rl-no-preview-pane {
margin-top: 5px;
}
.flagParent {
cursor: pointer;
margin-right: 5px;
.flagOn {
color: orange;
}
.flagOff {
opacity: 0.5;
&:hover {
opacity: 1;
}
}
}
.informationShort {
margin-left: 15px;
margin-left: 22px;
a {
.g-ui-link;
}