diff options
| author | Frederick Muriuki Muriithi | 2026-01-05 15:51:48 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-05 15:51:48 -0600 |
| commit | e4db73ebd5daf7cf4e228fb0f2b70e02db046e31 (patch) | |
| tree | 348becd177a787ca2d2ef2935217e000dd3e1294 /uploader/static | |
| parent | e940b9881a3f1878becef05bbeba5dfa601d05f7 (diff) | |
| download | gn-uploader-e4db73ebd5daf7cf4e228fb0f2b70e02db046e31.tar.gz | |
Improve styling for breadcrumbs.
Diffstat (limited to 'uploader/static')
| -rw-r--r-- | uploader/static/css/layout-large.css | 2 | ||||
| -rw-r--r-- | uploader/static/css/theme.css | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/uploader/static/css/layout-large.css b/uploader/static/css/layout-large.css index 4471791..3a37516 100644 --- a/uploader/static/css/layout-large.css +++ b/uploader/static/css/layout-large.css @@ -49,6 +49,8 @@ grid-column-start: 1; grid-column-end: 3; padding: 0 3px; + + margin: -0.3em -0.7em 0 -0.7em; } #main #main-content { diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 8d5ac35..dffb655 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -22,8 +22,13 @@ body { } #main #breadcrumbs { - border-radius:3px; text-align: center; + background-color: #D5D5D5; + padding: 0 1em 0 1em; +} + +#main #breadcrumbs .breadcrumb { + padding-top: 0.5em; } #main #main-content { @@ -86,3 +91,7 @@ table.dataTable tbody tr.selected td { .breadcrumb-item { text-transform: Capitalize; } + +.breadcrumb-item a { + text-decoration: none; +} |
