From 17d89d34e3166aee295226b63bfa9bf13dc52921 Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Sat, 25 Apr 2020 20:56:09 -0500 Subject: [PATCH] Misc little changes, fix up the date and time handling, auto select latest date if no date selected. add Vega --- client/css/optiTrainer.css | 17 ++++++++++++++++- client/js/masterFilter.js | 35 +++++++++++++++++++++++++---------- client/js/optiTrainer.js | 12 ++++++------ 3 files changed, 47 insertions(+), 17 deletions(-) diff --git a/client/css/optiTrainer.css b/client/css/optiTrainer.css index 1a38374..a68ae55 100644 --- a/client/css/optiTrainer.css +++ b/client/css/optiTrainer.css @@ -25,7 +25,12 @@ body { } #lbSymbol { - width: 150px; + width: 430px; +} +#lbSymbol>.dropdown-item { + width: 80px; + padding: 10px; + margin: 2px; } #grpTime { @@ -33,7 +38,14 @@ body { left:300px; top:40px; } + #lbTime { + width:260px; +} +#lbTime>.dropdown-item { + width: 80px; + padding: 10px; + margin: 2px; } #tbSymbol { @@ -42,6 +54,7 @@ body { left: 550px; width: 100px; margin-top:0px; + color: red; } #tbUnderlyingPrice { @@ -76,6 +89,7 @@ body { top:250; width:295px; padding-left: 0; + z-index:1; } #datePicker { @@ -86,6 +100,7 @@ body { width:295px; height:245px; padding-left: 25; + z-index:1; } #frmOptionChainMain { diff --git a/client/js/masterFilter.js b/client/js/masterFilter.js index b300220..481e992 100644 --- a/client/js/masterFilter.js +++ b/client/js/masterFilter.js @@ -10,7 +10,7 @@ let createMasterFilterFrame=()=>{