style fix

This commit is contained in:
Yuri Kuznetsov
2023-05-13 15:07:00 +03:00
parent 6f7b5e9973
commit a58d4be849
2 changed files with 9 additions and 2 deletions
@@ -1,4 +1,7 @@
<span title="{{value}}">{{value}}</span>
<span class="list-icon-container"{{#unless isReplied}} style="display: none;"{{/unless}}>
<span class="fas icon-is-replied fa-sm text-muted icon-flip-horizontal" title="{{translate 'isReplied' category='fields' scope='Email'}}"></span>
</span>
<span
class="fas icon-is-replied fa-sm text-muted icon-flip-horizontal"
title="{{translate 'isReplied' category='fields' scope='Email'}}"
></span>
</span>
+4
View File
@@ -336,6 +336,10 @@ div.list-expanded > ul > li > div.expanded-row > .cell:first-child {
margin-right: 5px;
}
.cell span + span.list-icon-container {
margin-left: 3px;
}
.list > ul.list-group > li.list-row .cell > span.glyphicon.pull-right {
margin-left: 5px;
margin-top: 4px;