From deebe044b12f3f2392ea51dc6d3fc9666b2d9ed1 Mon Sep 17 00:00:00 2001 From: Znote Date: Sun, 10 Mar 2019 13:01:06 +0100 Subject: [PATCH] CSS fixes for outfit image in highscore and character auction --- layout/css/style.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/layout/css/style.css b/layout/css/style.css index fefe791..eb24d25 100644 --- a/layout/css/style.css +++ b/layout/css/style.css @@ -691,13 +691,19 @@ table.hide { .outfitColumn { position: relative; - width: 60px; - background: initial; - border-top: none; } .outfitColumn img { position: absolute; - top: -38px; - right: 4px; + z-index: 1; + top: -32px; + left: -16px; +} + +.auction_char .outfitColumn { + height: 60px; +} +.auction_char .outfitColumn img { + top: -16px; + left: -20px; } \ No newline at end of file