diff options
Diffstat (limited to 'uploader/static/css/theme.css')
| -rw-r--r-- | uploader/static/css/theme.css | 43 |
1 files changed, 30 insertions, 13 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 09e5a52..6f5cb0c 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -3,45 +3,44 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; - background: black; } #header { background-color: #336699; color: #FFFFFF; - border-radius: 3px; min-height: 30px; + border-bottom: solid black 1px; } #header #header-nav .nav li a { /* Content styling */ color: #FFFFFF; - background: #4477AA; - border: solid 5px #336699; - border-radius: 5px; font-size: 0.7em; text-align: center; padding: 1px 7px; + text-decoration: none; } #main #breadcrumbs { - background: #eaeaea; - border-radius:3px; text-align: center; + background-color: #D5D5D5; + padding: 0 1em 0 1em; } -#main #main-content { - background: #e5e5ff; +#main #breadcrumbs .breadcrumb { + padding-top: 0.5em; +} +#main #main-content { border-radius: 5px; padding: 0 5px; } #main #sidebar-content { - background: red; + background: #FEFEFE; border-radius: 5px; - padding: 0 5px; + padding: 10px 5px; } #main .row { @@ -60,6 +59,10 @@ body { text-transform: capitalize; } +label { + text-transform: Capitalize; +} + input[type="search"] { border-radius: 5px; } @@ -78,8 +81,22 @@ table.dataTable tbody tr.selected td { background-color: #ffee99 !important; } -.form-group { +#frm-add-phenotypes .form-group { margin-bottom: 2em; padding-bottom: 0.2em; - border-bottom: solid gray 1px; + border-bottom: solid #A9A9A9 1px; +} + + +.breadcrumb-item { + text-transform: Capitalize; +} + +.breadcrumb-item a { + text-decoration: none; +} + +.table thead tr th { + text-align: center; + vertical-align: middle; } |
