From 7731e80b1251235cb3735666d9ea16a689d09842 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 30 Mar 2021 10:18:49 -0400 Subject: [PATCH] Afform - Use bootstrap classes on form elements --- ext/afform/admin/ang/afGuiEditor.css | 1 + ext/afform/core/ang/af/fields/ChainSelect.html | 2 +- ext/afform/core/ang/af/fields/Date.html | 2 +- ext/afform/core/ang/af/fields/Number.html | 2 +- ext/afform/core/ang/af/fields/Select.html | 2 +- ext/afform/core/ang/af/fields/Text.html | 2 +- ext/afform/core/ang/afCore.css | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ext/afform/admin/ang/afGuiEditor.css b/ext/afform/admin/ang/afGuiEditor.css index 93c1d00f38..3667005a12 100644 --- a/ext/afform/admin/ang/afGuiEditor.css +++ b/ext/afform/admin/ang/afGuiEditor.css @@ -281,6 +281,7 @@ #afGuiEditor .af-gui-layout.af-layout-inline > div { display: inline-block; width: 300px; + vertical-align: top; } #afGuiEditor .af-gui-button { diff --git a/ext/afform/core/ang/af/fields/ChainSelect.html b/ext/afform/core/ang/af/fields/ChainSelect.html index d34450e650..d1763602ff 100644 --- a/ext/afform/core/ang/af/fields/ChainSelect.html +++ b/ext/afform/core/ang/af/fields/ChainSelect.html @@ -1 +1 @@ - + diff --git a/ext/afform/core/ang/af/fields/Date.html b/ext/afform/core/ang/af/fields/Date.html index 7e8a34f0fa..ecd7fcdc6f 100644 --- a/ext/afform/core/ang/af/fields/Date.html +++ b/ext/afform/core/ang/af/fields/Date.html @@ -1 +1 @@ - + diff --git a/ext/afform/core/ang/af/fields/Number.html b/ext/afform/core/ang/af/fields/Number.html index 3b2b7bbc23..f38d4d0dd9 100644 --- a/ext/afform/core/ang/af/fields/Number.html +++ b/ext/afform/core/ang/af/fields/Number.html @@ -1 +1 @@ - + diff --git a/ext/afform/core/ang/af/fields/Select.html b/ext/afform/core/ang/af/fields/Select.html index d34450e650..d1763602ff 100644 --- a/ext/afform/core/ang/af/fields/Select.html +++ b/ext/afform/core/ang/af/fields/Select.html @@ -1 +1 @@ - + diff --git a/ext/afform/core/ang/af/fields/Text.html b/ext/afform/core/ang/af/fields/Text.html index 89cc8cefb2..71be54197e 100644 --- a/ext/afform/core/ang/af/fields/Text.html +++ b/ext/afform/core/ang/af/fields/Text.html @@ -1 +1 @@ - + diff --git a/ext/afform/core/ang/afCore.css b/ext/afform/core/ang/afCore.css index 59070b0df5..124ead36ff 100644 --- a/ext/afform/core/ang/afCore.css +++ b/ext/afform/core/ang/afCore.css @@ -15,7 +15,7 @@ a.af-api4-action-idle { .af-container.af-layout-inline > * { display: inline-block; margin-right: .5em; - vertical-align: bottom; + vertical-align: top; } [af-repeat-item] { -- 2.25.1