From cc976820fc0ea8b4e225b72053e00e63a4f1ee6c Mon Sep 17 00:00:00 2001 From: Julia Shaw Date: Sat, 13 May 2023 17:20:39 -0400 Subject: [PATCH] added text to export data and reset buttons --- public/css/home.css | 23 +++++++++--------- public/home.html | 22 +++++++++-------- public/js/buttonFunctions.js | 22 +++++++++++++++++ public/js/home.js | 47 ------------------------------------ 4 files changed, 46 insertions(+), 68 deletions(-) diff --git a/public/css/home.css b/public/css/home.css index 5c37f227..36b22647 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -296,9 +296,9 @@ button { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; - border: 1px solid var(--black); - border-radius: 2px; - background-color: var(--white2); + background-color: var(--white); + color: var(--black); + border: 0px; } button:hover { @@ -633,20 +633,21 @@ i.fa.fa-toolbox { .header-icon { color: var(--green2); - padding-top: 8.5px; + padding-left: 5px; font-size: large; cursor: pointer; } -#buttonsTable .tabulator-tableHolder{ - position: absolute; - left: -10000000000000000000000000px; -} - -#buttonsTable .tabulator-headers{ - display: flex; +#gradesButtons{ + height:35px; + display:flex; justify-content: flex-end; + vertical-align:middle; + background-color: var(--white); +} +#gradesButtons button { + height:35px; } #classesTable .tabulator-col, diff --git a/public/home.html b/public/home.html index 7805ede5..26199f32 100644 --- a/public/home.html +++ b/public/home.html @@ -121,15 +121,6 @@

Aspine

-
@@ -214,7 +205,18 @@

Import Data

-
+ +
+ + +
+