From 394a1869195671b37242f296f80ba1d9728e951f Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 23 Oct 2017 18:05:34 +0200 Subject: Improves Error messages, CSS. --- src/battlemap/www/index.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'src/battlemap/www') diff --git a/src/battlemap/www/index.html b/src/battlemap/www/index.html index 82e2cef..35c7e75 100644 --- a/src/battlemap/www/index.html +++ b/src/battlemap/www/index.html @@ -142,6 +142,45 @@ content: "x"; } + .battlemap-footer + { + display: flex; + } + + .battlemap-footer-tabmenu + { + flex: 1; + + display: flex; + flex-direction: column; + } + + .battlemap-footer-tabmenu-selector + { + flex: 1; + + display: flex; + flex-direction: row; + justify-content: space-between; + } + + .battlemap-footer-tabmenu-selector button + { + flex: 1; + } + + .battlemap-footer-tabmenu-content + { + flex: initial; + } + + .battlemap-footer-manualcontrols + { + flex: initial; + + display: flex; + flex-direction: column; + } -- cgit v1.2.3-70-g09d2