mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
CSS fixes for outfit image in highscore and character auction
This commit is contained in:
parent
fbcaa6e7e4
commit
deebe044b1
@ -691,13 +691,19 @@ table.hide {
|
|||||||
|
|
||||||
.outfitColumn {
|
.outfitColumn {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 60px;
|
|
||||||
background: initial;
|
|
||||||
border-top: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.outfitColumn img {
|
.outfitColumn img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -38px;
|
z-index: 1;
|
||||||
right: 4px;
|
top: -32px;
|
||||||
|
left: -16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.auction_char .outfitColumn {
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.auction_char .outfitColumn img {
|
||||||
|
top: -16px;
|
||||||
|
left: -20px;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user