From 6f452c62de3f93b38ae0bdbac8a14d1352dd4f4d Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 14 Jun 2023 17:15:24 +0100 Subject: [PATCH] accounts: fix search bugs, adjust top bar layout search bar is now massive with a small filter button next to it. Action buttons are on their own row. Also fixed dealing with going from a search with filters in to an empty one, search() is now called for any change at all to the input. --- css/base.css | 9 +++++-- html/admin.html | 58 ++++++++++++++++++++---------------------- ts/modules/accounts.ts | 28 ++++++++++---------- 3 files changed, 50 insertions(+), 45 deletions(-) diff --git a/css/base.css b/css/base.css index fbb1e60..f912d3e 100644 --- a/css/base.css +++ b/css/base.css @@ -490,10 +490,10 @@ a:hover:not(.lang-link):not(.\~urge), a:active:not(.lang-link):not(.\~urge) { text-align: center; } -.search { +/* .search { max-width: 15rem; min-width: 10rem; -} +} */ td.img-circle { width: 32px; @@ -548,6 +548,11 @@ div.card:contains(section.banner.footer) { padding-bottom: 0px !important } +.mx-0i { + margin-left: 0px !important; + margin-right: 0px !important +} + .text-center-i { text-align: center !important; } diff --git a/html/admin.html b/html/admin.html index 4c297c0..6efbe1f 100644 --- a/html/admin.html +++ b/html/admin.html @@ -580,45 +580,43 @@
-
-
- {{ .strings.accounts }} - -