From b1ca5078faff714fa35009405f3ed193eebb4149 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 17 Nov 2009 23:36:26 +0100 Subject: [PATCH] Add access keys. --- kronolith/templates/index/agenda.inc | 2 +- kronolith/templates/index/day.inc | 2 +- kronolith/templates/index/index.inc | 6 +++--- kronolith/templates/index/month.inc | 2 +- kronolith/templates/index/week.inc | 2 +- kronolith/templates/index/year.inc | 2 +- kronolith/themes/screen.css | 3 +++ 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/kronolith/templates/index/agenda.inc b/kronolith/templates/index/agenda.inc index f36218ce8..3ff126d31 100644 --- a/kronolith/templates/index/agenda.inc +++ b/kronolith/templates/index/agenda.inc @@ -4,7 +4,7 @@ - + " class="kronolithPrev">< " class="kronolithNext">> diff --git a/kronolith/templates/index/day.inc b/kronolith/templates/index/day.inc index 26f2c62cc..7e413937f 100644 --- a/kronolith/templates/index/day.inc +++ b/kronolith/templates/index/day.inc @@ -5,7 +5,7 @@   - "> + ">< ">> diff --git a/kronolith/templates/index/index.inc b/kronolith/templates/index/index.inc index 17fd40732..498d38137 100644 --- a/kronolith/templates/index/index.inc +++ b/kronolith/templates/index/index.inc @@ -11,7 +11,7 @@
-
"> +
>
format('D, j M Y') ?>
@@ -37,8 +37,8 @@
- - ">+ + "> + >+
diff --git a/kronolith/templates/index/month.inc b/kronolith/templates/index/month.inc index a936d8495..2bdb39dfb 100644 --- a/kronolith/templates/index/month.inc +++ b/kronolith/templates/index/month.inc @@ -3,7 +3,7 @@   - "> + ">< ">> diff --git a/kronolith/templates/index/week.inc b/kronolith/templates/index/week.inc index 661d2120d..64ab02904 100644 --- a/kronolith/templates/index/week.inc +++ b/kronolith/templates/index/week.inc @@ -4,7 +4,7 @@   - "> + ">< ">> diff --git a/kronolith/templates/index/year.inc b/kronolith/templates/index/year.inc index 9a92ecacd..b1ac0a20b 100644 --- a/kronolith/templates/index/year.inc +++ b/kronolith/templates/index/year.inc @@ -4,7 +4,7 @@ - + " class="kronolithPrev">< " class="kronolithNext">> diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 98a37b3f5..070a2879f 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -484,6 +484,9 @@ body.kronolithAjax { font-weight: bold; cursor: pointer; } +#kronolithAddEvents span.accessKey { + float: none; +} span#kronolithNewEvent { width: 121px; margin-right: 10px; -- 2.11.0