should work in all campaign states
parent
d8ebec9f67
commit
311e15a948
File diff suppressed because one or more lines are too long
|
@ -69,11 +69,6 @@ div.book-list.listview{
|
||||||
&.listview:hover {
|
&.listview:hover {
|
||||||
// allow titles and authors to expand onhover
|
// allow titles and authors to expand onhover
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index:100;
|
|
||||||
// z-index only works on positioned elements, so if you
|
|
||||||
// do not include this the absolutely positioned add-wishlist
|
|
||||||
// div stacks above it! crazytown.
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: 219px;
|
min-width: 219px;
|
||||||
|
@ -84,6 +79,15 @@ div.book-list.listview{
|
||||||
.border-radius(0, 10px, 10px, 0);
|
.border-radius(0, 10px, 10px, 0);
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.listview {
|
||||||
|
z-index:100;
|
||||||
|
// z-index only works on positioned elements, so if you
|
||||||
|
// do not include this the absolutely positioned add-wishlist
|
||||||
|
// div stacks above it! crazytown.
|
||||||
|
position: absolute;
|
||||||
|
left: 42px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.add-wishlist, &.remove-wishlist, &.on-wishlist, &.create-account, &.pledge {
|
&.add-wishlist, &.remove-wishlist, &.on-wishlist, &.create-account, &.pledge {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
@ -91,9 +95,9 @@ div.book-list.listview{
|
||||||
width: 136px;
|
width: 136px;
|
||||||
background:url("@{image-base}booklist/booklist-vline.png") right center no-repeat;
|
background:url("@{image-base}booklist/booklist-vline.png") right center no-repeat;
|
||||||
|
|
||||||
// needed to prevent displacement when people hover over book-name
|
//position: absolute;
|
||||||
position: absolute;
|
margin-left:255px;
|
||||||
left:282px;
|
float:left;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
|
|
Loading…
Reference in New Issue