Improve message view pane (#1072)

This commit is contained in:
RainLoop Team 2016-06-18 01:08:31 +03:00
parent eaf60c3c99
commit f6c78ee1fa
3 changed files with 80 additions and 32 deletions

View file

@ -96,10 +96,20 @@ html.rl-no-preview-pane {
right: 10px;
}
.infoParent {
cursor: pointer;
margin-right: 5px;
opacity: 0.3;
&:hover {
opacity: 0.6;
}
}
.flagParent {
cursor: pointer;
margin-right: 5px;
margin-right: 7px;
.flagOn {
color: orange;
@ -144,15 +154,25 @@ html.rl-no-preview-pane {
}
.subjectParent {
font-size: 16px;
font-size: 18px;
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-bottom: 8px;
line-height: 100%;
height: 22px;
vertical-align: middle;
}
.senderParent {
margin-top: 10px;
margin: 7px 0;
&.-top {
margin-top: 0;
}
&.-bottom {
margin-bottom: 0;
}
}
.messageButtons {
@ -160,11 +180,21 @@ html.rl-no-preview-pane {
}
.informationShort {
margin-left: 22px;
margin-left: 5px;
margin-right: 50px;
a {
.g-ui-link;
}
&.-bottom {
margin-right: 5px;
}
html.rl-mobile &{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
.informationFull {
margin-top: 10px;
@ -174,6 +204,10 @@ html.rl-no-preview-pane {
padding: 8px 0;
overflow: hidden;
.size {
margin-left: 4px;
}
table {
width: 100%;
}