phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] calendar/inc/class.uicalendar.inc.php, 1.66.2.55.2.25


From: nomail
Subject: [Phpgroupware-cvs] calendar/inc/class.uicalendar.inc.php, 1.66.2.55.2.25
Date: Fri, 11 Jun 2004 10:07:48 +0200

Update of /calendar/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.uicalendar.inc.php

date: 2004/06/11 08:07:48;  author: skwashd;  state: Exp;  lines: +9 -9

Log Message:
fix short hand
=====================================================================
Index: calendar/inc/class.uicalendar.inc.php
diff -u calendar/inc/class.uicalendar.inc.php:1.66.2.55.2.24 
calendar/inc/class.uicalendar.inc.php:1.66.2.55.2.25
--- calendar/inc/class.uicalendar.inc.php:1.66.2.55.2.24        Mon Nov 17 
16:01:24 2003
+++ calendar/inc/class.uicalendar.inc.php       Fri Jun 11 08:07:48 2004
@@ -2496,14 +2496,14 @@
                                . '  A.bminicalendar { color: #336699; font: 
italic bold xx-small '.$this->theme['font'].' }'."\n"
                                . '  A.minicalendargrey { color: #999999; font: 
xx-small '.$this->theme['font'].' }'."\n"
                                . '  A.bminicalendargrey { color: #336699; 
font: italic bold xx-small '.$this->theme['font'].' }'."\n"
-                               . '  A.minicalhol { padding-left:3px; 
padding-right:3px; background: '.$this->holiday_color.'; color: #000000; font: 
xx-small '.$this->theme['font'].' }'."\n"
-                               . '  A.bminicalhol { padding-left:3px; 
padding-right:3px; background: '.$this->holiday_color.'; color: #336699; font: 
italic bold xx-small '.$this->theme['font'].' }'."\n"
-                               . '  A.minicalgreyhol { padding-left:3px; 
padding-right:3px; background: '.$this->holiday_color.'; color: #999999; font: 
xx-small '.$this->theme['font'].' }'."\n"
-                               . '  A.bminicalgreyhol { padding-left:3px; 
padding-right:3px; background: '.$this->holiday_color.'; color: #999999; font: 
italic bold xx-small '.$this->theme['font'].' }'."\n"
-                               . '  .event-on { background: 
'.$this->theme['row_on'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle }'."\n"
-                               . '  .event-off { background: 
'.$this->theme['row_off'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle }'."\n"
-                               . '  .event-holiday { background: 
'.$this->theme['bg04'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle }'."\n"
-                               . '  .time { background: 
'.$this->theme['navbar_bg'].'; color: '.$this->theme['bg_text'].'; font: 
80%/110% '.$this->theme['font'].'; width: '.$time_width.'%; border: 1px 
'.$this->theme['navbar_text'].'; vertical-align: middle }'."\n"
+                               . '  A.minicalhol { padding-left:3px; 
padding-right:3px; background-color: '.$this->holiday_color.'; color: #000000; 
font: xx-small '.$this->theme['font'].' }'."\n"
+                               . '  A.bminicalhol { padding-left:3px; 
padding-right:3px; background-color: '.$this->holiday_color.'; color: #336699; 
font: italic bold xx-small '.$this->theme['font'].' }'."\n"
+                               . '  A.minicalgreyhol { padding-left:3px; 
padding-right:3px; background-color: '.$this->holiday_color.'; color: #999999; 
font: xx-small '.$this->theme['font'].' }'."\n"
+                               . '  A.bminicalgreyhol { padding-left:3px; 
padding-right:3px; background-color: '.$this->holiday_color.'; color: #999999; 
font: italic bold xx-small '.$this->theme['font'].' }'."\n"
+                               . '  .event-on { background-color: 
'.$this->theme['row_on'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle }'."\n"
+                               . '  .event-off { background-color: 
'.$this->theme['row_off'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle }'."\n"
+                               . '  .event-holiday { background-color: 
'.$this->theme['bg04'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle }'."\n"
+                               . '  .time { background-color: 
'.$this->theme['navbar_bg'].'; color: '.$this->theme['bg_text'].'; font: 
80%/110% '.$this->theme['font'].'; width: '.$time_width.'%; border: 1px 
'.$this->theme['navbar_text'].'; vertical-align: middle }'."\n"
                                . '  .tablecell { width: 80px; height: 80px 
}'."\n"
                                . '  .planner-cell { cursor:pointer; 
cursor:hand; border: thin solid black; }';
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]