From 044c1e8915aa24f81800dafc8cc105fbb17ba5fa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 31 Dec 2023 23:37:32 +0100 Subject: Fix layout again... --- play.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/play.css b/play.css index bc32047..8a13f1d 100644 --- a/play.css +++ b/play.css @@ -102,7 +102,6 @@ body.shift #tooltip.focus { display: block; } .role_loyalty_text, .role_cylinders_icon, .role_cylinders_text { - width: 18px; height: 24px; top: 2px; text-align: right; @@ -112,10 +111,12 @@ body.shift #tooltip.focus { display: block; } .role_rupees_text, .role_loyalty_text, .role_cylinders_text { + width: 18px; opacity: 0.9; } .role_loyalty_icon { + width: 24px; background-position: 0 -1px; background-size: 24px 24px; opacity: 0.9; @@ -149,13 +150,6 @@ body.shift #tooltip.focus { display: block; } .role_loyalty_icon.British { background-image: url(icons/lion.svg) } .role_loyalty_icon.Russian { background-image: url(icons/bear.svg) } -.role_loyalty_icon { right: 5px; } -.role_loyalty_text { right: 32px; } -.role_cylinders_icon { right: 55px; } -.role_cylinders_text { right: 74px; } -.role_rupees_icon { right: 100px; } -.role_rupees_text { right: 119px; } - /* CARDS */ .card { -- cgit v1.2.3