From f712e7f86f120476ead3a74014d820fd4bfcd769 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 Nov 2023 19:18:21 -0700 Subject: [PATCH] last minute style changes --- assets/search/search.css | 27 ++++++++++++++++++--------- search.html | 4 ++-- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/assets/search/search.css b/assets/search/search.css index 7530259..111458a 100644 --- a/assets/search/search.css +++ b/assets/search/search.css @@ -9,7 +9,7 @@ table { table-layout: fixed; width: 100%; border-collapse: collapse; - border: 3px solid purple; + /*border: 3px solid purple;*/ } thead th:nth-child(1) { width: 20%; @@ -60,7 +60,7 @@ thead th, tfoot th, tfoot td { rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) ); - border: 3px solid rgb(101, 178, 216); + border: 2px solid white; } tr { font-weight: bold; @@ -72,7 +72,7 @@ tbody tr:nth-child(even) { background-color: #e597e2; } table { - background-color: #a023d5; + background-color: #924bee; } /* .metadata { height: 0px; @@ -82,7 +82,7 @@ table { .input-group{ margin: auto; margin-top: auto; - width: 80%; + width: 50%; } .input-group input { width: 100%; @@ -93,10 +93,6 @@ table { text-align: center; } -.button-elements { - - } - .button-elements button { margin: auto; display: block; @@ -111,4 +107,17 @@ table { } .button-elements button:hover { background-color: #df7bda; -} \ No newline at end of file +} + +.table button{ + margin: auto; + display: block; + background-color: #924bee; + color: #fff; + border: none; + border-radius: 25px; + padding: 10px 20px; + cursor: pointer; + font-size: 18px; + margin-bottom: 20px; +} \ No newline at end of file diff --git a/search.html b/search.html index a28808c..473a8c2 100644 --- a/search.html +++ b/search.html @@ -8,7 +8,7 @@ -
+
@@ -24,7 +24,7 @@ -
+