diff options
| author | Frederick Muriuki Muriithi | 2026-01-07 12:25:03 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-07 12:25:03 -0600 |
| commit | 70430ef5a9a28d9acd13e738870964b5de9d9a6d (patch) | |
| tree | a6b19caf685f0ffb4e58534913c6af1c030a51ed | |
| parent | e4db73ebd5daf7cf4e228fb0f2b70e02db046e31 (diff) | |
| download | gn-uploader-70430ef5a9a28d9acd13e738870964b5de9d9a6d.tar.gz | |
Move global navigations more to the left.
| -rw-r--r-- | uploader/static/css/layout-large.css | 4 | ||||
| -rw-r--r-- | uploader/static/css/theme.css | 2 |
2 files changed, 2 insertions, 4 deletions
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 { |
