From a2f6991fb0b21c3e0e6f4d788f8911965fe22b5d Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 5 Nov 2021 22:25:37 -0400 Subject: [PATCH] preset_select/css/preset_sel.css : Initial commit. --- html/preset_sel/css/preset_sel.css | 31 ++++++++++++++++++++++++++++++ html/preset_sel/index.html | 1 + 2 files changed, 32 insertions(+) create mode 100644 html/preset_sel/css/preset_sel.css diff --git a/html/preset_sel/css/preset_sel.css b/html/preset_sel/css/preset_sel.css new file mode 100644 index 0000000..3ff2c38 --- /dev/null +++ b/html/preset_sel/css/preset_sel.css @@ -0,0 +1,31 @@ + + +.fragList { + border: 1px solid LightSteelBlue; + width: 900px; +} + +.fragList label { + width: 50px; + background-color: LightBlue; +} + +.fragList .uiNumbDisp { + width: 25px; +} + +.fragPanel { + border: 1px solid LightSteelBlue; + padding-bottom: 5px; + padding-top: 5px; +} + +.fragPresetCtl { + width: 50px; +} + +.fragPresetCtl .uiNumber { + border: 1px solid LightSteelBlue; + width: 80%; +} + diff --git a/html/preset_sel/index.html b/html/preset_sel/index.html index b97f180..95738d9 100644 --- a/html/preset_sel/index.html +++ b/html/preset_sel/index.html @@ -5,6 +5,7 @@ Preset Selection App +