Fix catalog thread positioning error.
Fixes bug from 9b7957fdb8a7517f2027521b2aeb07d1dc7123cb (Catalog CSS simplifications. #489)
This commit is contained in:
parent
80dc48ac20
commit
dbe6efc938
@ -808,7 +808,8 @@ div.catalog-thread {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.catalog-thread:hover > * {
|
.catalog-thread:hover > * {
|
||||||
margin: 0 -61px;
|
margin-left: -61px;
|
||||||
|
margin-right: -61px;
|
||||||
}
|
}
|
||||||
#delform .catalog-thread:hover > .postInfo > .nameBlock,
|
#delform .catalog-thread:hover > .postInfo > .nameBlock,
|
||||||
#delform .catalog-thread:hover > .postInfo > .dateTime {
|
#delform .catalog-thread:hover > .postInfo > .dateTime {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user