diff options
| author | Frederick Muriuki Muriithi | 2025-12-10 10:50:52 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-10 10:50:52 -0600 |
| commit | 8ba65a3a98aed3b6e81fdfb77c2ed19535a7c8a7 (patch) | |
| tree | 712f906d0a71dec873c6d37fa5d4e3792d4b92a8 | |
| parent | 8b37cfeacada925e3c5b9b7102f8fad0f28da144 (diff) | |
| download | gn-uploader-8ba65a3a98aed3b6e81fdfb77c2ed19535a7c8a7.tar.gz | |
Improve styling.
| -rw-r--r-- | uploader/static/css/layout-large.css | 1 | ||||
| -rw-r--r-- | uploader/static/css/theme.css | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/uploader/static/css/layout-large.css b/uploader/static/css/layout-large.css index 57904ba..8abd2dd 100644 --- a/uploader/static/css/layout-large.css +++ b/uploader/static/css/layout-large.css @@ -57,5 +57,6 @@ #main #sidebar-content { grid-column-start: 2; grid-column-end: 3; + padding: 1em 0 0 0; } } diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 184999d..2acce5f 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -34,10 +34,10 @@ body { } #main #sidebar-content { - background: #E5E5FF; + background: #EEEEEE; border-radius: 5px; - padding: 0 5px; + padding: 10px 5px; } #main .row { |
