diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-31 23:37:32 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-31 23:37:32 +0100 |
commit | 044c1e8915aa24f81800dafc8cc105fbb17ba5fa (patch) | |
tree | ce5e03be5235b7c4e704a3cdb0072e15b3ddb0a2 /play.css | |
parent | 88387da2782efdc801254242ddd13d66dd8b280e (diff) | |
download | pax-pamir-044c1e8915aa24f81800dafc8cc105fbb17ba5fa.tar.gz |
Fix layout again...
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 { |