From 13a305b57cbb98af5726881c008656d99d03b4ce Mon Sep 17 00:00:00 2001 From: Taka Date: Sat, 1 Sep 2018 15:48:54 +0000 Subject: [PATCH] Fixed some layout issues in Firefox on Linux. --- vasl_templates/webapp/static/css/main.css | 3 +++ vasl_templates/webapp/static/css/tabs-scenario.css | 2 ++ 2 files changed, 5 insertions(+) diff --git a/vasl_templates/webapp/static/css/main.css b/vasl_templates/webapp/static/css/main.css index bbdbe3d..2b4b000 100644 --- a/vasl_templates/webapp/static/css/main.css +++ b/vasl_templates/webapp/static/css/main.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 ; } diff --git a/vasl_templates/webapp/static/css/tabs-scenario.css b/vasl_templates/webapp/static/css/tabs-scenario.css index 7694664..1df6e05 100644 --- a/vasl_templates/webapp/static/css/tabs-scenario.css +++ b/vasl_templates/webapp/static/css/tabs-scenario.css @@ -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 ; }