summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-11-20 13:46:47 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:37 +0100
commit498a33e60fd88f01c541bb0dd07c7572de4b0194 (patch)
tree57da6a61dd2c8f71dccc8f2fae0955cc951b2e5c /play.html
parent1bc80c430198d095315cd0c7643d18d12538c62b (diff)
downloadnevsky-498a33e60fd88f01c541bb0dd07c7572de4b0194.tar.gz
Arts of War - events.
Diffstat (limited to 'play.html')
-rw-r--r--play.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/play.html b/play.html
index 7285fba..d8b9487 100644
--- a/play.html
+++ b/play.html
@@ -104,8 +104,8 @@ header.your_turn { background-color: orange; }
display: flex;
flex-wrap: wrap;
justify-content: center;
- gap: 12px;
- padding: 18px;
+ gap: 12px 6px;
+ padding: 18px 0;
}
#plan_actions {
@@ -220,10 +220,15 @@ body.shift .capabilities {
}
.mat .mustered_vassals {
+ display: none;
position: absolute;
z-index: 5;
}
+body.shift .mustered_vassals {
+ display: block;
+}
+
.mat .ready_vassals .service_marker {
margin-top: -8px;
}
@@ -422,6 +427,7 @@ X.mat .mustered_vassals { top: 228px; right: 6px; width: 94px; }
.marker.pursuit.russian { background-image: url(images/marker_pursuit_russian.png) }
.marker.castle.russian { background-image: url(images/marker_castle_russian.png) }
.marker.castle.teutonic { background-image: url(images/marker_castle_teutonic.png) }
+.marker.walls { background-image: url(images/marker_walls.a.png) }
.marker.sea_trade_blocked { background-image: url(images/marker_sea_trade_blocked.a.png) }
.marker.number.teutonic.n1 { background-image: url(images/marker_1_teutonic.png) }