From 7a66cadb1ee790266353d53e034844d0c4c57b19 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 7 Dec 2009 23:14:18 +0100 Subject: [PATCH] Some CSS tweaks for agenda, search form, etc. --- kronolith/themes/screen.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 3a13331c6..03874fabb 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -341,7 +341,7 @@ table#calendar-list td { /***************** * AJAX INTERFACE *****************/ -html,body { +html, body { height: 100%; } body.kronolithAjax { @@ -454,6 +454,11 @@ body.kronolithAjax { } #kronolithSearchTerm { width: 127px; + color: #ccc; +} +#kronolithSearchTerm:focus { + width: 127px; + color: #000; } #kronolithMenu h3#kronolithCalendarsFirst { margin-top: 0; @@ -540,8 +545,9 @@ span#kronolithQuickEvent { font-weight: bold; } -.kronolithFormCancel { +a.kronolithFormCancel { cursor: pointer; + text-decoration: underline; } .kronolithFormInfo { font-style: italic; @@ -878,7 +884,7 @@ table.kronolithView td.kronolithFirstCol { margin: 2px 2px 0 26px; height: 20px; line-height: 20px; - border-bottom: 1px dotted #808080; + border-bottom: 1px dotted #000; text-align: left; font-weight: bold; } @@ -1022,6 +1028,15 @@ table.kronolithView td.kronolithFirstCol { font-weight: normal; color: #333; } +#kronolithViewAgenda div.kronolithEvent { + margin: 2px; + padding: 2px 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; +} +#kronolithAgendaNoItems td { + padding: 4px; +} /* Main view tasks. */ #kronolithViewTasks caption { -- 2.11.0