From: Galen Charlton Date: Fri, 17 Jan 2020 23:32:03 +0000 (-0500) Subject: stylistic tweaks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7b433f156590c6d807babfd9b3181c05bc1e6ff;p=working%2FEvergreen.git stylistic tweaks - change tab style back to pills to match staff catalog - add some padding TODO: fix grey background of entire page Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.css b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.css new file mode 100644 index 0000000000..8842d11421 --- /dev/null +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.css @@ -0,0 +1,5 @@ +#acq-search-form { + border-radius: 0px 0px 7px 7px; + background-color: rgb(247, 247, 247); + box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, .2); +} diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html index 0fe01b2b6b..3138a5faaa 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html @@ -1,4 +1,5 @@ -
+
+