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,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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue