diff options
Diffstat (limited to 'uploader/static/css')
| -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 { |
