Elastic: Various fixes in kolab_notes
This commit is contained in:
parent
fc8785dac4
commit
fe296e612f
1 changed files with 33 additions and 11 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue