From 0b7f655f2cd8f0593f1594e71cb36483ba883941 Mon Sep 17 00:00:00 2001 From: Joey Salazar Date: Wed, 26 Oct 2022 09:09:36 -0600 Subject: [PATCH] Fix text alignment of parsing options Fixes #70 --- .../scripts/index/commons-parsing-panel.html | 49 ++++++++----------- .../styles/commons-importing-controller.less | 12 +++++ 2 files changed, 33 insertions(+), 28 deletions(-) diff --git a/module/scripts/index/commons-parsing-panel.html b/module/scripts/index/commons-parsing-panel.html index cdf6435..d25d0b3 100644 --- a/module/scripts/index/commons-parsing-panel.html +++ b/module/scripts/index/commons-parsing-panel.html @@ -19,40 +19,33 @@
- +
- + - + - - - + + + + + + + - + +
  +
  
+ + + +
-
- - - - - - - - - - - - - - - -
-
-
-
-
+ + + +
diff --git a/module/styles/commons-importing-controller.less b/module/styles/commons-importing-controller.less index 5d9e72a..246d0d0 100644 --- a/module/styles/commons-importing-controller.less +++ b/module/styles/commons-importing-controller.less @@ -66,6 +66,18 @@ div.grid-layout > table.categoriesTable > tbody > tr > td.depth-input-td { padding-left: 5px; } +table.parsing-options-table { + width: 100%; +} + +.commons-options { + width: 25%; +} + +.preview-button { + width: 1%; +} + .fbs-reset.fbs-pane.fbs-pane-type { width:561px; }