From 7afbb57a970dd50ec1df36b2ae35a5f1660f0efa Mon Sep 17 00:00:00 2001 From: veebie Date: Tue, 12 Dec 2006 14:38:18 +0100 Subject: [PATCH] [svn r10471] edit agenda elements --- main/css/default/default.css | 47 ++++++++++++++---------------------- 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/main/css/default/default.css b/main/css/default/default.css index d6cd8eb8db..783b8b7222 100644 --- a/main/css/default/default.css +++ b/main/css/default/default.css @@ -714,18 +714,7 @@ input.liteoption { } -#smallcalendar .title { - background-color: #4171B5; - color: #fff; - font-size: 11px; - font-weight: bold; - padding: 2px; - text-align: center; -} -#smallcalendar .title a { - color: #fff; -} #agenda_select { border: 0px solid green; @@ -749,7 +738,7 @@ input.liteoption { } /*The caption of the calendar (displays the month and the << and >> links*/ -#agenda_list .title { +#agenda_list .title{ background-color: #4171B5; border: 1px solid #264269; color: #fff; @@ -760,24 +749,11 @@ input.liteoption { } -#agenda_list .title a:link, -#agenda_list #title a:visited { - background-color: #4171B5; +#agenda_list .title a{ color: #fff; - font-size: 12px; - font-weight: bold; - padding: 2px 10px; - text-align: center; - } - -#agenda_list .title a:hover { - background-color: #4171B5; - color: #ff0000; - font-size: 12px; - font-weight: bold; - padding: 2px 10px; - text-align: center; - } +} + + /* The cells with the name of the days of the weeks (mon->sun)*/ #agenda_list .weekdays { @@ -892,6 +868,19 @@ input.liteoption { width: 100%; } +#smallcalendar .title { + background-color: #4171B5; + color: #fff; + font-size: 11px; + font-weight: bold; + padding: 2px; + text-align: center; +} + +#smallcalendar .title a { + color: #fff; +} + #smallcalendar .weekdays { background-color: #D3DFF1; border: 1px solid #fff;