From: the_mgt Date: Mon, 16 May 2011 23:46:43 +0000 (+0200) Subject: Slight coloradjustments on the calendar table outline to get rid of the dark blue... X-Git-Tag: v8.11~736 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=2f093f4305ad1ff4c379ba6ffaad337b686eda3f 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. --- 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 {