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