From 6ca6475cfe067faa1eb36c0a6b678fecf1a80c0a Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 3 Jan 2024 08:14:56 -0500 Subject: [PATCH 1/9] make nav text bigger, make button orange --- groups/home/bootstrap5/az/css.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/groups/home/bootstrap5/az/css.html b/groups/home/bootstrap5/az/css.html index 8cdd453..91bf7a6 100644 --- a/groups/home/bootstrap5/az/css.html +++ b/groups/home/bootstrap5/az/css.html @@ -25,6 +25,9 @@ #s-lib-public-header-desc { margin-top: -30px; } #s-lib-public-main-searchbar { margin-top: -20px; } +/* change search button color to Kingsborough orange */ +.btn-primary, .btn-primary:hover, .btn-primary:active { border-color: #ff4e00 !important; background-color: #ff4e00 !important; } + /* change the background color of the header */ .navbar-expand-lg { background-color: #003466 !important; } @@ -34,4 +37,8 @@ /* make the text in the header white, so that it shows up on the dark blue background */ .select2 { background-color: white; } .collapsible, .s-lg-az-reset { color: white !important; } + +/* make nav items bigger */ +textarea::placeholder, input::placeholder, .select2-selection__choice__display { font-size: 1.3em !important; } +.select2-container { overflow: visible; } From 1b1aba144bee57951010e283e8933520c2ef07d3 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 3 Jan 2024 09:18:51 -0500 Subject: [PATCH 2/9] fix text size on filled out text box --- groups/home/bootstrap5/az/css.html | 1 + 1 file changed, 1 insertion(+) diff --git a/groups/home/bootstrap5/az/css.html b/groups/home/bootstrap5/az/css.html index 91bf7a6..7430b91 100644 --- a/groups/home/bootstrap5/az/css.html +++ b/groups/home/bootstrap5/az/css.html @@ -41,4 +41,5 @@ /* make nav items bigger */ textarea::placeholder, input::placeholder, .select2-selection__choice__display { font-size: 1.3em !important; } .select2-container { overflow: visible; } +#col-search > .w-100 > input:not(:placeholder-shown) { font-size: 1em !important } /* fix text size on filled out text box */ From defd395c0803008c1f0585ca27111f14112365d7 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 3 Jan 2024 10:33:15 -0500 Subject: [PATCH 3/9] Create js.html --- groups/home/bootstrap5/az/js.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 groups/home/bootstrap5/az/js.html diff --git a/groups/home/bootstrap5/az/js.html b/groups/home/bootstrap5/az/js.html new file mode 100644 index 0000000..e020c06 --- /dev/null +++ b/groups/home/bootstrap5/az/js.html @@ -0,0 +1,6 @@ + From b015a4fdfcfeee935c631474b1b2013ae7c3b538 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 4 Mar 2024 09:19:02 -0500 Subject: [PATCH 4/9] switch 'Suggest a book' form to LibAnswers queue --- groups/home/bootstrap3/src/main4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/home/bootstrap3/src/main4.js b/groups/home/bootstrap3/src/main4.js index 1cb618b..f4ec7c5 100644 --- a/groups/home/bootstrap3/src/main4.js +++ b/groups/home/bootstrap3/src/main4.js @@ -331,7 +331,7 @@ const app1 = createApp({ id: 3, }, { - link: "https://kbcc-cuny.libwizard.com/f/bookrequest", + link: "https://kbcc-cuny.libanswers.com/form?queue_id=6967", icon: "fas fa-shopping-basket fa-fw bigger-icon", description: "Suggest a Book for Purchase", target_blank: "", From e05db5bed78b1a6b5ca00fbc8221f8fb3c6a5f9f Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 4 Mar 2024 09:24:49 -0500 Subject: [PATCH 5/9] same as previous commit, but for minimum-viable --- groups/minimum-viable/index1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groups/minimum-viable/index1.html b/groups/minimum-viable/index1.html index 6b50d29..9a4368f 100644 --- a/groups/minimum-viable/index1.html +++ b/groups/minimum-viable/index1.html @@ -159,7 +159,7 @@ + href="https://kbcc-cuny.libanswers.com/form?queue_id=6967">
Date: Fri, 8 Mar 2024 15:12:41 -0500 Subject: [PATCH 6/9] add logic & css to replace "Email Me" with "Submit a Question" widget --- misc/system-wide-js-css.html | 233 ++++++++++++++++++++--------------- 1 file changed, 133 insertions(+), 100 deletions(-) diff --git a/misc/system-wide-js-css.html b/misc/system-wide-js-css.html index 9fc80d5..c446b60 100644 --- a/misc/system-wide-js-css.html +++ b/misc/system-wide-js-css.html @@ -1,134 +1,167 @@ - + + + + + + + From 3d13f22794e34fd79095be46fa8666517d37a685 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 8 Mar 2024 16:04:21 -0500 Subject: [PATCH 7/9] Fix bugginess with resource loading --- misc/system-wide-js-css.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/system-wide-js-css.html b/misc/system-wide-js-css.html index c446b60..436c879 100644 --- a/misc/system-wide-js-css.html +++ b/misc/system-wide-js-css.html @@ -142,16 +142,16 @@ a[href^="/az.php"].btn.btn-info.s-lg-hp-btn-section { - +