From 2f093f4305ad1ff4c379ba6ffaad337b686eda3f Mon Sep 17 00:00:00 2001 From: the_mgt Date: Tue, 17 May 2011 01:46:43 +0200 Subject: [PATCH] Slight coloradjustments on the calendar table outline to get rid of the dark blue. Applied rounded corners and added a little margin to the left and right of the calendar. --- webcit/static/styles/webcit-tinymce.css | 1 + webcit/static/styles/webcit.css | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/webcit/static/styles/webcit-tinymce.css b/webcit/static/styles/webcit-tinymce.css index 38b104288..6868dce6f 100644 --- a/webcit/static/styles/webcit-tinymce.css +++ b/webcit/static/styles/webcit-tinymce.css @@ -1,2 +1,3 @@ /* styles applied to the TinyMCE editor component when used in WebCit */ +body, td, pre {color:red; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:8px;} diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index e14feb9e4..af128645d 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -320,8 +320,6 @@ ul.adminitems li span { color: #666 } var sub { font-style: normal } -.calendar { background-color: #204B78 } - .week_of_year { background-color: #e1e1e1; font-size: 70%; @@ -833,12 +831,20 @@ ul.tabbed_dialog li { /* Calendar view */ .calendar { - background-color: #204B78; - margin: 0; - width: 100%; + background-color: #424b52; + margin: 0 auto; + width: 98%; height: 302px; + border-radius: 8px; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + behavior: url(/static/styles/PIE.htc); } +.calendar th { + background-color: #424b52; + border-color: #424b52; } + td.events_of_the_day { width: 500px } .events_of_the_day dl { -- 2.30.2