phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.66.2.6,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.66.2.6,1.66.2.7
Date: Wed, 17 Apr 2002 19:41:12 -0400

Update of /cvsroot/phpgroupware/calendar/inc
In directory subversions:/tmp/cvs-serv30575/calendar/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicalendar.inc.php 
Log Message:
Cleanup of the CSS statements.

Index: class.uicalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.66.2.6
retrieving revision 1.66.2.7
diff -C2 -r1.66.2.6 -r1.66.2.7
*** class.uicalendar.inc.php    16 Apr 2002 16:52:27 -0000      1.66.2.6
--- class.uicalendar.inc.php    17 Apr 2002 23:41:08 -0000      1.66.2.7
***************
*** 1950,1957 ****
                                . '  A.bminicalgreyhol { 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: 
65%/100% '.$this->theme['font'].'; width: '.$time_width.'%; border: 1px 
'.$this->theme['navbar_text'].'; vertical-align: middle; }'."\n"
!                               . '  .tablecell { width: 80px; height: 80px 
}'."\n";
                }
  
--- 1950,1957 ----
                                . '  A.bminicalgreyhol { 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: 
65%/100% '.$this->theme['font'].'; width: '.$time_width.'%; border: 1px 
'.$this->theme['navbar_text'].'; vertical-align: middle }'."\n"
!                               . '  .tablecell { width: 80px; height: 80px }';
                }
  




reply via email to

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