summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/play.css b/play.css
index 5855410..bbca5cb 100644
--- a/play.css
+++ b/play.css
@@ -232,11 +232,17 @@ body.Lancaster #plan_actions .york { display: none }
display: none;
}
-.mat .moved_fought, .mat .feed, .mat .fled, .mat .valour {
+.mat .moved_fought, .mat .feed, .mat .fled {
position: absolute;
z-index: 5;
}
+.mat .valour { margin-bottom: -30px; }
+.valour + .valour { margin-left: 15px; }
+.valour + .valour + .valour { margin-left: 30px; }
+.valour + .valour + .valour + .valour { margin-left: 45px; }
+.valour + .valour + .valour + .valour + .valour { margin-left: 60px; }
+
.mat .feed { right: 8px; top: 135px; }
.mat .moved_fought.one { right: 72px; top: 12px; }
.mat .moved_fought.two { right: 66px; top: 6px; }