summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-11-30 21:49:45 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-11-30 21:49:45 +0100 |
commit | 641c0799818c0af584a240c8e6fbbfa9770f5290 (patch) | |
tree | 6b289ca9ebb0c9cbe68ca6f0b86176b8bdfde46d /src/battlemap/www | |
parent | 4a2976d634040f16fd85262f4fbf7b97e4dec36c (diff) |
Still improving the look of the GUI.
Diffstat (limited to 'src/battlemap/www')
-rw-r--r-- | src/battlemap/www/style.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 4044e38..251ab0e 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -30,6 +30,8 @@ width: inherit; height: inherit; word-wrap: break-word; + display: flex; + flex-direction: column; } .battlemap-footer @@ -150,22 +152,30 @@ /** Footer ********************************************************************/ .battlemap-tabmenu { - flex: 1; + flex-grow: 1; height: inherit; + display: flex; + flex-direction: column; + flex-wrap: wrap; + width: inherit; } .battlemap-manual-controls { + max-height: 30%; + width: inherit; flex: initial; display: flex; - flex-direction: column; + flex-direction: row; + flex-wrap: wrap; } /**** Tabmenu *****************************************************************/ .battlemap-tabmenu-selector { display: flex; flex-direction: row; + flex-wrap: wrap; justify-content: space-between; } |