making percent unglued display better in book panels

pull/1/head
Andromeda Yelton 2012-05-17 10:19:20 -04:00
parent d234c45c42
commit 7bd9f28770
3 changed files with 3 additions and 1 deletions

View File

@ -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">

View File

@ -196,6 +196,7 @@
left: 40px;
bottom: 5px;
font-size: 17px;
margin-bottom: 3px;
}
.panelview.icons .panelnope {
display: none;

View File

@ -151,6 +151,7 @@
left: 40px;
bottom: 5px;
font-size: 17px;
margin-bottom: 3px;
}
.panelnope {