summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-10-23 18:05:34 +0200
committernsensfel <SpamShield0@noot-noot.org>2017-10-23 18:05:34 +0200
commit394a1869195671b37242f296f80ba1d9728e951f (patch)
treea8421132c7a5a126185e724092e2ebd2e26ddf60 /src/battlemap/www/index.html
parent3b9ba42a1c4afb3ec63dc72698912ab65a0c94d8 (diff)
Improves Error messages, CSS.
Diffstat (limited to 'src/battlemap/www/index.html')
-rw-r--r--src/battlemap/www/index.html39
1 files changed, 39 insertions, 0 deletions
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;
+ }
</style>
</head>
<body>