diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-14 04:31:59 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-14 04:31:59 (GMT) |
commit | 0cc67d030dd5fc8b5a853dfd4d8d8ea6a7c85806 (patch) | |
tree | 9fb1a518a070874cbaea75ecf1cfabdb9e213e5b /www/styles | |
parent | deaa31e2269b4f13ddf777a4c05a57dc26d7bba1 (diff) |
added date controller
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/todo.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/www/styles/todo.css b/www/styles/todo.css index 6062a88..0ca11fa 100644 --- a/www/styles/todo.css +++ b/www/styles/todo.css @@ -35,19 +35,24 @@ body { margin-bottom: 0.5em; } -#header span.date { - font-size: 1.2em; - font-weight: bold; - padding-right: 0.3em; +#control { + float: left; + margin-right: 1em; } #header span.week { font-size: 0.6em; position: relative; - bottom: 0.3em; + bottom: 0.35em; padding-bottom: .15em; } +#header span.date { + font-size: 1.2em; + font-weight: bold; + padding-left: 0.3em; +} + #shows div.show { padding: 0.2em 0; |