[fix] minor listing css
This commit is contained in:
parent
33d45b4e52
commit
f14466100e
2 changed files with 8 additions and 10 deletions
|
|
@ -270,9 +270,8 @@ a.no-decoration:active {
|
|||
padding: 50% 0px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center top;
|
||||
border-radius: 0.5em;
|
||||
border: 1px solid #EBEFF2;
|
||||
background-position: center center;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.indicator,
|
||||
.indicator-right {
|
||||
|
|
|
|||
|
|
@ -23,9 +23,12 @@
|
|||
|
||||
<!-- comment -->
|
||||
<div class="list-col col-sm-2 col-xs-2
|
||||
text-right list-row-right">
|
||||
<div class="visible-xs pull-right list-row-indicator">{%= list.get_indicator_dot(data) %}</div>
|
||||
<div class="hidden-xs pull-right">
|
||||
text-right list-row-right" style="padding-left:0px">
|
||||
<div class="visible-xs list-row-indicator">{%= list.get_indicator_dot(data) %}</div>
|
||||
<div class="hidden-xs">
|
||||
<span class="list-row-modified text-muted">
|
||||
{%= comment_when(data.modified, true) %}
|
||||
</span>
|
||||
{% if (data._assign_list.length) { %}
|
||||
<span class="filterable"
|
||||
data-filter="_assign,like,%{%= data._assign_list[data._assign_list.length - 1] %}%">
|
||||
|
|
@ -39,9 +42,5 @@
|
|||
{%= (data._comment_count > 99 ? "99+" : data._comment_count) || 0 %}
|
||||
</span>
|
||||
</div>
|
||||
<div class="pull-right list-row-modified">
|
||||
<span class="text-muted">
|
||||
{%= comment_when(data.modified, true) %}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue