From bbb4934c23fc0f0b8ab45b6025b425cca52ac4e0 Mon Sep 17 00:00:00 2001 From: Ese <17943860+dlpbc@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:55:20 +0000 Subject: [PATCH] reformatting and removed unused css styles --- rctab/static/css/styles.css | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/rctab/static/css/styles.css b/rctab/static/css/styles.css index 891299e..7cc3d7a 100644 --- a/rctab/static/css/styles.css +++ b/rctab/static/css/styles.css @@ -16,9 +16,6 @@ body { height: 5%; padding: 0; margin: 0; - /* padding-left: 10vw; - padding-right: 10vw; - */ } /* Style the links inside the navigation bar */ .topnav a { @@ -37,24 +34,14 @@ body { } /* Add a color to the active/current link */ .topnav a.active { - background-color: #2AD2C9; + background-color: #2ad2c9; color: white; } -.topnav a.title { - float: right; - font-weight: italic; -} -.topnav a.login { - float: right; -} .topnav #logout { float: right; } .content { - margin-left: 5%; - margin-right: 5%; - margin-top: 5%; - margin-bottom: 5%; + margin: 5%; overflow: auto; } .footer { @@ -90,6 +77,7 @@ body { width: 85vw; padding: 2vw; border-radius: 25px; + background-color: rgb(241, 241, 241); background-color: rgba(241, 241, 241, 0.671); position: relative; } @@ -110,6 +98,7 @@ body { color: white; } .basicButton:disabled { + background-color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 25); color: rgb(134, 134, 134); }