Elastic: Various fixes in kolab_notes

This commit is contained in:
Aleksander Machniak 2018-01-03 10:24:14 +01:00
parent fc8785dac4
commit fe296e612f

View file

@ -394,18 +394,40 @@ a.history {
}
}
.kolabmessagenotes {
&:before {
&:extend(.font-icon-class);
color: @color-message-information;
.font-icon-regular(@fa-var-sticky-note);
margin-right: .6rem;
width: 1em;
font-size: 1.5em !important;
line-height: 1;
#kolabnoteslist {
tr {
display: flex;
}
a {
text-decoration: none;
td.title {
.overflow-ellipsis;
flex: 1;
}
td.date {
overflow: unset;
color: @color-list-secondary;
font-style: italic;
}
}
.kolabmessagenotes {
display: block !important;
& > a {
.overflow-ellipsis;
white-space: nowrap;
display: block;
text-decoration: none;
&:before {
&:extend(.font-icon-class);
color: @color-message-information;
.font-icon-regular(@fa-var-sticky-note);
margin-right: .6rem;
width: 1em;
font-size: 1.5em !important;
line-height: 1;
}
}
}