From 44d1ff6a942a64dd87ea51bb8b4db47515ab983a Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 13 Mar 2018 21:46:39 +0100 Subject: Improves attack messages. --- src/battlemap/www/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/battlemap/www') diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 149eafc..08ec900 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -96,6 +96,9 @@ width: inherit; } +.battlemap-float-left { float: left; } +.battlemap-float-right { float: right; } + .battlemap-manual-controls { max-height: 30%; @@ -117,7 +120,8 @@ flex-wrap: wrap; } -.battlemap-character-portrait +.battlemap-character-portrait, +.battlemap-timeline-portrait { margin: 0.5em; box-sizing: border-box; @@ -154,6 +158,12 @@ height: 64px; float: left; } + +.battlemap-timeline-portrait +{ + width: 64px; + height: 64px; +} /******************************************************************************/ /** Main View Elements ********************************************************/ /******************************************************************************/ -- cgit v1.2.3-70-g09d2