Fixed some layout issues in Firefox on Linux.

master
Pacman Ghost 6 years ago
parent fe44eb878a
commit 13a305b57c
  1. 3
      vasl_templates/webapp/static/css/main.css
  2. 2
      vasl_templates/webapp/static/css/tabs-scenario.css

@ -4,6 +4,9 @@ body { height: 100% ; overflow: hidden ; }
ul, ol { margin: 0.5em 0 0 1.25em ; br}
input[type="text"] { height: 1.25em ; border: 1px solid #c5c5c5 ; }
label { height: 1.25em ; margin-top: -3px ; }
/* -------------------------------------------------------------------- */
#menu { position: absolute ; top: 15px ; right: 8px ; z-index: 1 ; }

@ -8,6 +8,8 @@
#panel-scenario .ui-selectmenu-button.scenario_theater { margin: -3px 0 0 0.25em ; width: 60px ; flex-grow: 0 ; }
#panel-scenario input[name='SCENARIO_DATE'] { width: 6em ; flex-grow: 0 ; }
#panel-scenario label[for='PLAYER_1'], label[for='PLAYER_2'] { margin-top: 2px ; }
#panel-scenario label { font-weight: bold ; width: 5em ; }
#panel-scenario label.header { font-weight: bold ; width: 3em ; text-align: center ; }
#panel-scenario input { margin-bottom: 0.25em ; }

Loading…
Cancel
Save