style fix
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user