From 70430ef5a9a28d9acd13e738870964b5de9d9a6d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 7 Jan 2026 12:25:03 -0600 Subject: Move global navigations more to the left. --- uploader/static/css/layout-large.css | 4 +--- uploader/static/css/theme.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'uploader/static/css') diff --git a/uploader/static/css/layout-large.css b/uploader/static/css/layout-large.css index 3a37516..c40a130 100644 --- a/uploader/static/css/layout-large.css +++ b/uploader/static/css/layout-large.css @@ -14,7 +14,7 @@ /* Define layout for the children elements */ display: grid; - grid-template-columns: 8fr 2fr; + grid-template-columns: 1fr 9fr; } #header #header-text { @@ -30,8 +30,6 @@ /* Place it in the parent element */ grid-column-start: 2; grid-column-end: 3; - - padding-right: 1em; } #main { diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index dffb655..45e5d3d 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -15,10 +15,10 @@ body { #header #header-nav .nav li a { /* Content styling */ color: #FFFFFF; - vertical-align: top; font-size: 0.7em; text-align: center; padding: 1px 7px; + text-decoration: none; } #main #breadcrumbs { -- cgit 1.4.1