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

-
+ +
+ + +
+