| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2017-10-23 18:05:34 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2017-10-23 18:05:34 +0200 | 
| commit | 394a1869195671b37242f296f80ba1d9728e951f (patch) | |
| tree | a8421132c7a5a126185e724092e2ebd2e26ddf60 /src/battlemap/www | |
| parent | 3b9ba42a1c4afb3ec63dc72698912ab65a0c94d8 (diff) | |
Improves Error messages, CSS.
Diffstat (limited to 'src/battlemap/www')
| -rw-r--r-- | src/battlemap/www/index.html | 39 | 
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> | 


