diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-23 00:57:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-23 00:57:59 (GMT) |
commit | 2f3936cbd917d03afb6525dcf7deee6feb73e426 (patch) | |
tree | 7dfa0f009ac9e06594b6f1f5ce01513f98db99b5 /www/styles | |
parent | 83067ca7cb512cd76db625e5db9d08dd385df8e3 (diff) |
changed <select> based show selector to bootstrap dropdown
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 3 | ||||
-rw-r--r-- | www/styles/shows.css | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 969dcc6..a3e0c7a 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -76,9 +76,8 @@ body { } #clock span.clock-time { - padding: 0.2em; font-weight: bold; - font-size: 1.6em; + font-size: 1.8em; } #uploadModal div.modal-body { diff --git a/www/styles/shows.css b/www/styles/shows.css index c977334..045ae9c 100644 --- a/www/styles/shows.css +++ b/www/styles/shows.css @@ -22,6 +22,7 @@ #show-title { text-align: center; + font-weight: bold; } #show-details { @@ -33,3 +34,7 @@ background-color: #EEE; color: #888; } + +#show-header-spacer { + margin-top: 1.3em; +} |