making percent unglued display better in book panels
parent
d234c45c42
commit
7bd9f28770
|
@ -171,7 +171,7 @@
|
|||
<div class="booklist-status-img">
|
||||
<img src="/static/images/images/icon-book-37by25-{{ work.percent_unglued }}.png" title="book list status" alt="book list status" />
|
||||
</div>
|
||||
<div class="booklist-status-label">{{ work.percent_of_goal }}%</div>
|
||||
<div class="booklist-status-label panel">{{ work.percent_of_goal }}%</div>
|
||||
{% endif %}{% endif %}
|
||||
</div>
|
||||
<div class="listview panelfront side1 ebooks">
|
||||
|
|
|
@ -196,6 +196,7 @@
|
|||
left: 40px;
|
||||
bottom: 5px;
|
||||
font-size: 17px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.panelview.icons .panelnope {
|
||||
display: none;
|
||||
|
|
|
@ -151,6 +151,7 @@
|
|||
left: 40px;
|
||||
bottom: 5px;
|
||||
font-size: 17px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.panelnope {
|
||||
|
|
Loading…
Reference in New Issue