From 8941213c8d94f3ad84e07e467e78105dc7fed734 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 8 Nov 2024 23:07:20 -0600 Subject: Mainly auth re-thinking - just in thought --- app/templates/dashboard.html | 95 ++++++++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 43 deletions(-) (limited to 'app/templates/dashboard.html') diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 0a383af..fa7458a 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -6,12 +6,13 @@ LinkLogger | Dashboard +
- + @@ -36,20 +37,30 @@ margin-top: 100px; } + table { margin: 20px 0 20px 0; text-align: center; font-size: 25px; - width: 1250px; + width: 1000px; color: #ccc; border-collapse: collapse; overflow: hidden; } + /* Center all sub tables */ + .log-table-row table { + margin: 0 auto; + } + + .log-table-row table { + width: 90%; + } + table th { background-color: #415eac; - padding: 10px; border: 2px solid #ccc; + padding: 10px; } .link-table-row { @@ -91,25 +102,6 @@
Link Visits Redirect