From e351dfa00468f7b9d85df516bb08fd09ce2d2893 Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Wed, 22 Feb 2023 18:36:28 +0100 Subject: [PATCH] Modifiche a minimap, visualizzazione, bottoni ricerca --- css/custom1_4.2.css | 63 +++++++++++++++++++++++---------- css/custom2_4.2.css | 66 ++++++++++++++++++++++++---------- index_4.2.html | 86 ++++++++++++++++++++++----------------------- js/minimap.js | 60 ++++++++++++++++--------------- js/script_4.2.js | 49 ++++++++++++++++++++------ 5 files changed, 205 insertions(+), 119 deletions(-) diff --git a/css/custom1_4.2.css b/css/custom1_4.2.css index c400d6b..547844a 100644 --- a/css/custom1_4.2.css +++ b/css/custom1_4.2.css @@ -18,21 +18,40 @@ body { font-family: 'Humanist-777', 'Roboto'; } +.tableMain { + height: 950px; + min-height: 600px; +} + +.distanziatore { + height: 63px; + overflow:hidden; +} + .menuNavigazione { width: 15%; } -#displayinfo { - min-height: 300px !important; - overflow: scroll !important; +#colVisualizza { + min-height: 600px; } -#colVisualizza { - min-height: 700px; +.tableVis { + border-left-width: 2px !important; + border-bottom-width: 2px !important; +} + +#colMinimap { + padding-top: 63px; + min-height: 600px; + min-width: 110px !important; + width: 110px !important; + border-right-width: 2px !important; + border-bottom-width: 2px !important; } .minimap { - width: 110px; + width: 108px; min-height: 700px; } @@ -44,16 +63,21 @@ body { height: 500px; } -.visInfo { - height: 200px; -} - #displaycanto { display: d-flex; - height: 450px; + height: 500px; overflow-y: scroll; } +.visInfo2 { + height: 300px !important; + padding-top: 4px; +} + +#displayinfo { + overflow: auto !important; +} + .doubleborder { z-index: 90; border-bottom-width: 8px !important; @@ -69,6 +93,15 @@ body { border: 1px solid; } +.borderRadiusZero { + border-radius: 0 !important; +} + +.leftBorderRadiusZero { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} + .lista-risultati:hover { font-weight: 900; cursor: pointer; @@ -101,12 +134,6 @@ body { padding: 0; } -.selCantiXX { - border:6px solid #f8f9fa; - border-collapse:collapse; - padding:0px; -} - #queryText { width: 150px; border-width: 2px !important; @@ -137,7 +164,7 @@ Minimap left: 1px; transform-origin: 0 0; z-index: 100; - border: 1px solid; + border: 2px solid; } .minimap__content { diff --git a/css/custom2_4.2.css b/css/custom2_4.2.css index d1ffb33..ef491bd 100644 --- a/css/custom2_4.2.css +++ b/css/custom2_4.2.css @@ -18,21 +18,40 @@ body { font-family: 'Humanist-777', 'Roboto'; } +.tableMain { + height: 950px; + min-height: 600px; +} + +.distanziatore { + height: 63px; + overflow:hidden; +} + .menuNavigazione { width: 15%; } -#displayinfo { - min-height: 300px !important; - overflow: scroll !important; +#colVisualizza { + min-height: 600px; } -#colVisualizza { - min-height: 700px; +.tableVis { + border-left-width: 2px !important; + border-bottom-width: 2px !important; +} + +#colMinimap { + padding-top: 63px; + min-height: 600px; + min-width: 110px !important; + width: 110px !important; + border-right-width: 2px !important; + border-bottom-width: 2px !important; } .minimap { - width: 110px; + width: 108px; min-height: 700px; } @@ -44,16 +63,22 @@ body { height: 500px; } -.visInfo { - height: 200px; -} - #displaycanto { display: d-flex; - height: 450px; + height: 500px; overflow-y: scroll; } +.visInfo { + height: 300px !important; + padding-top: 4px; +} + +#displayinfo { + min-height: 296px !important; + overflow: auto !important; +} + .doubleborder { z-index: 90; border-bottom-width: 8px !important; @@ -66,7 +91,16 @@ body { margin-right: .2rem; font-weight: 300; vertical-align: super; - border: 1px solid; + border: 1px solid; +} + +.borderRadiusZero { + border-radius: 0 !important; +} + +.leftBorderRadiusZero { + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; } .lista-risultati:hover { @@ -101,12 +135,6 @@ body { padding: 0; } -.selCantiXX { - border:6px solid #f8f9fa; - border-collapse:collapse; - padding:0px; -} - #queryText { width: 150px; border-width: 2px !important; @@ -137,7 +165,7 @@ Minimap left: 1px; transform-origin: 0 0; z-index: 100; - border: 1px solid; + border: 2px solid; } .minimap__content { diff --git a/index_4.2.html b/index_4.2.html index 87dda59..ad2ae9a 100644 --- a/index_4.2.html +++ b/index_4.2.html @@ -79,14 +79,14 @@