adding display of author name
parent
aa79208a14
commit
ab502f49cc
|
@ -36,32 +36,43 @@ div.book-list.listview div.book-thumb {
|
|||
float: left;
|
||||
}
|
||||
div.book-list.listview div.book-name {
|
||||
width: 260px;
|
||||
width: 235px;
|
||||
margin-right: 10px;
|
||||
background: url("../images/booklist/booklist-vline.png") right center no-repeat;
|
||||
background: url("/static/images/booklist/booklist-vline.png") right center no-repeat;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.book-list.listview div.book-name span {
|
||||
div.book-list.listview div.book-name .title {
|
||||
display: block;
|
||||
line-height: normal;
|
||||
height: 43px;
|
||||
line-height: 43px;
|
||||
overflow: hidden;
|
||||
height: 19px;
|
||||
line-height: 19px;
|
||||
padding-bottom: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.book-list.listview div.book-name .listview.author {
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
line-height: normal;
|
||||
height: 19px;
|
||||
line-height: 19px;
|
||||
}
|
||||
div.book-list.listview div.add-wishlist, div.book-list.listview div.remove-wishlist {
|
||||
margin-right: 10px;
|
||||
padding-right: 10px;
|
||||
background: url("../images/booklist/booklist-vline.png") right center no-repeat;
|
||||
width: 136px;
|
||||
background: url("/static/images/booklist/booklist-vline.png") right center no-repeat;
|
||||
float: left;
|
||||
}
|
||||
div.book-list.listview div.add-wishlist a, div.book-list.listview div.remove-wishlist a {
|
||||
font-weight: normal;
|
||||
color: #3d4e53;
|
||||
text-transform: none;
|
||||
background: url("../images/booklist/add-wishlist.png") left center no-repeat;
|
||||
background: url("/static/images/booklist/add-wishlist.png") left center no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
div.book-list.listview div.booklist-status {
|
||||
width: 110px;
|
||||
margin-right: 7px;
|
||||
float: left;
|
||||
}
|
||||
|
@ -183,9 +194,6 @@ ul.navigation li a:hover, ul.navigation li.active a {
|
|||
*/
|
||||
|
||||
}
|
||||
.listview.author {
|
||||
display: none;
|
||||
}
|
||||
.listview.icons {
|
||||
position: absolute;
|
||||
right: 31px;
|
||||
|
@ -210,3 +218,6 @@ div.content-block-content {
|
|||
.listview.panelback, .listview.panelback div {
|
||||
display: none;
|
||||
}
|
||||
.listview.boolist-ebook a {
|
||||
color: #3d4e53;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue