summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-31 23:37:32 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-31 23:37:32 +0100
commit044c1e8915aa24f81800dafc8cc105fbb17ba5fa (patch)
treece5e03be5235b7c4e704a3cdb0072e15b3ddb0a2
parent88387da2782efdc801254242ddd13d66dd8b280e (diff)
downloadpax-pamir-044c1e8915aa24f81800dafc8cc105fbb17ba5fa.tar.gz
Fix layout again...
-rw-r--r--play.css10
1 files 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 {