Update of /cvsroot/phpicalendar/phpicalendar/styles/silver
In directory sc8-pr-cvs1:/tmp/cvs-serv505/styles/silver
Modified Files:
default.css
Log Message:
Added username/password login to access locked calendars. Moved
calendar availability logic (with support for login) to a
calendar_functions.php file.
RSS feeds support the login feature when determining which calendars
to return.
Styles updated for the login box.
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/styles/silver/default.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** default.css 30 Jun 2003 22:55:38 -0000 1.14
--- default.css 22 Nov 2003 21:16:11 -0000 1.15
***************
*** 97,99 ****
.query_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; }
.search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; }
!
--- 97,99 ----
.query_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; }
.search_style { font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; }
! .login_style { font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 80px; margin-bottom: 0; }
|