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,7 +394,32 @@ a.history {
} }
} }
#kolabnoteslist {
tr {
display: flex;
}
td.title {
.overflow-ellipsis;
flex: 1;
}
td.date {
overflow: unset;
color: @color-list-secondary;
font-style: italic;
}
}
.kolabmessagenotes { .kolabmessagenotes {
display: block !important;
& > a {
.overflow-ellipsis;
white-space: nowrap;
display: block;
text-decoration: none;
&:before { &:before {
&:extend(.font-icon-class); &:extend(.font-icon-class);
color: @color-message-information; color: @color-message-information;
@ -404,8 +429,5 @@ a.history {
font-size: 1.5em !important; font-size: 1.5em !important;
line-height: 1; line-height: 1;
} }
a {
text-decoration: none;
} }
} }