Slight coloradjustments on the calendar table outline to get rid of the dark blue...
authorthe_mgt <themgt@mail.ru>
Mon, 16 May 2011 23:46:43 +0000 (01:46 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:44:22 +0000 (20:44 +0000)
webcit/static/styles/webcit-tinymce.css
webcit/static/styles/webcit.css

index 38b104288c5e389d2eda55f81ac594f4e32c080c..6868dce6fe0bbee946f93a3a9f72026f5365e363 100644 (file)
@@ -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;}
 
index e14feb9e45a2bde263a6a95e87f73f20c4e5e2e1..af128645df1c257f2e7aebd5dc560cbecd79b0f7 100644 (file)
@@ -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 {