suppressing useless add-wishlist element

pull/1/head
Andromeda Yelton 2012-01-03 09:47:06 -05:00
parent 8a59fc75f8
commit 69087b0a33
5 changed files with 11 additions and 33 deletions

View File

@ -136,7 +136,6 @@
</div>
<div class="booklist-status-label">{{ work.percent_unglued_number }}%</div>
{% endif %}
<div class="right_add"><img src="/static/images/book-panel/add_gray.png" alt="Add"/></div>
</div>
<div class="listview panelfront side1 ebooks">
{% if work.first_epub_url %}

View File

@ -157,7 +157,7 @@ var $j = jQuery.noConflict();
<ul class="ungluingwhat">
{% for event in events %}
<li>
<div class="user-avatar"><a href="{% url supporter event.wishlist.user.username %}"><img src="{% if event.wishlist.user.picurl %}{{ event.wishlist.user.picurl}}{% else %}/static/images/landingpage/user-avatar.png{% endif %}" width="43" height="43" title="{{event.wishlist.user.username}}" alt="{{event.wishlist.user.username}} avatar" /></a></div>
<div class="user-avatar"><a href="{% url supporter event.wishlist.user.username %}"><img src="{% if event.wishlist.user.picurl %}{{ event.wishlist.user.picurl}}{% else %}/static/images/header/avatar.png{% endif %}" width="43" height="43" title="{{event.wishlist.user.username}}" alt="{{event.wishlist.user.username}} avatar" /></a></div>
<div class="user-book-info">
<p class="user-book-info"><a href="{% url supporter event.wishlist.user.username %}">{{event.wishlist.user.username|truncatechars:20}}</a> is Wishing For</p>
<a class="user-book-name" href="{% url work event.work.id %}">{{ event.work.title }}</a>

View File

@ -188,7 +188,7 @@ how do I integrate the your wishlist thing with the tabs thing?
<div id="loadlt"><input type="submit" value="Add your LibraryThing library" /></div>
</form>
{% else %}
<div id="loadlt"><div>Add your LibraryThing ID to import from LibraryThing: </div></div>
<div id="loadlt"><div>Add your LibraryThing ID to import from LibraryThing.</div></div>
{% endif %}
</div>
</div>

View File

@ -119,14 +119,12 @@
left: 40px;
bottom: 5px;
}
.panelview.icons .right_add {
float: right;
padding: 10px 10px 0 0;
width: 24px;
}
.panelview.icons .panelnope {
display: none;
}
.panelview.icons .rounded {
margin-bottom: 7px;
}
.panelview.boolist-ebook a {
display: none;
}
@ -365,7 +363,7 @@ div.panelview.side2 {
}
/* title, author */
.white_text {
width: 130px;
width: 120px;
height: 45px;
padding: 15px 0px;
margin: 0px;
@ -443,16 +441,6 @@ div.panelview.side2 {
margin: 0px;
float: left;
}
.right_add {
padding: 10px;
margin: 0px;
float: right;
}
p.right_add {
float: right;
padding: 10px 10px 0 0;
width: 24px;
}
/**/
.read2 {
margin: 15px auto;

View File

@ -152,15 +152,13 @@
bottom: 5px;
}
.right_add {
float: right;
padding:10px 10px 0 0;
width:24px;
}
.panelnope {
display: none;
}
.rounded {
margin-bottom: 7px;
}
}
.panelview.boolist-ebook a {
@ -266,7 +264,7 @@ div.panelview.side2 {
/* title, author */
.white_text {
width:130px;
width:120px;
height:45px;
padding:15px 0px;
margin:0px;
@ -323,13 +321,6 @@ div.panelview.side2 {
float:left;
}
.right_add{
padding:10px;
margin:0px;
float:right;
}
p.right_add { float:right; padding:10px 10px 0 0; width:24px; }
/**/
.read2{
margin: 15px auto;