Fix "Collapse the TO" (#1199)

This commit is contained in:
RainLoop Team 2017-06-02 21:32:24 +03:00
parent f61a4cc483
commit 673ada299a
2 changed files with 24 additions and 42 deletions

View file

@ -165,25 +165,12 @@ html.rl-no-preview-pane {
vertical-align: middle;
}
.senderParent {
margin: 7px 0;
&.-top {
margin-top: 0;
}
&.-middle {
margin-top: -5px;
margin-bottom: -5px;
}
&.-bottom {
margin-bottom: 0;
}
}
.messageButtons {
margin-top: 5px;
}
.informationShort {
margin: 4px 0;
margin-left: 5px;
margin-right: 50px;
@ -191,18 +178,20 @@ html.rl-no-preview-pane {
.g-ui-link;
}
&.-bottom {
margin-right: 5px;
max-height: 100px;
overflow-y: auto;
}
html.rl-mobile &{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
.informationShortWrp {
max-height: 100px;
overflow-y: auto;
min-height: 30px;
margin-top: 4px;
}
.informationFull {
margin-top: 10px;
border: 1px solid #ddd;