diff options
Diffstat (limited to 'uploader/static/css/theme.css')
| -rw-r--r-- | uploader/static/css/theme.css | 11 |
1 files changed, 10 insertions, 1 deletions
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; +} |
