diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-22 16:35:00 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-22 16:37:07 (GMT) |
commit | 1c2f67f93e01a4b0f9f2bb690c77821fb6dd9326 (patch) | |
tree | 03cdabc7975469857713838fd6bbbeea8f6db185 /www/styles | |
parent | fa44b1f132b05bcc22e7f1a2ba29d0ef36885c58 (diff) |
fix date/time offset, add button for 'today'
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/week.css | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/www/styles/week.css b/www/styles/week.css index 211f1ad..5536059 100644 --- a/www/styles/week.css +++ b/www/styles/week.css @@ -35,6 +35,7 @@ font-size: 1.3em; font-weight: bold; padding: 0.3em 3em; + margin: 0.2em; } #rightcol { @@ -57,7 +58,13 @@ font-weight: bold; text-align: center; padding: 0.3em; - border-bottom: 1px solid white; + border-bottom: 1px solid #eee; +} + +#calendar td.currentweek { + font-size: 1.2em; + font-weight: bold; + background-color: #eee; } #calendar td.week { @@ -66,9 +73,9 @@ } #calendar td.month { - width: 3em; + width: 6em; font-size: 1.2em; font-weight: bold; - border-left: 2px solid white; - border-right: 2px solid white; + border-left: 2px solid #eee; + border-right: 2px solid #eee; } |