[geeklog-cvs] geeklog: Updated Calendar styles for day, week and month view to...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri May 13 14:30:40 EDT 2011


changeset 8274:20d7cfd5e037
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/20d7cfd5e037
user: Tom <websitemaster at cogeco.net>
date: Fri May 13 10:20:52 2011 -0400
description:
Updated Calendar styles for day, week and month view to use the standard font size. Feature #1329

diffstat:

 plugins/calendar/templates/calendar.thtml |  4 ++--
 public_html/calendar/style.css            |  8 +-------
 2 files changed, 3 insertions(+), 9 deletions(-)

diffs (77 lines):

diff -r b7dc5326ced0 -r 20d7cfd5e037 plugins/calendar/templates/calendar.thtml
--- a/plugins/calendar/templates/calendar.thtml	Sun May 08 18:10:58 2011 +0200
+++ b/plugins/calendar/templates/calendar.thtml	Fri May 13 10:20:52 2011 -0400
@@ -10,13 +10,13 @@
                                 </table><br{xhtml}>
                                 <table width="100%" cellpadding="5" cellspacing="1" border="0" class="cal-body">
                                     <tr align="center">
-                                        <td colspan="8" class="cal-month">
+                                        <td colspan="8">
                                             <table border="0" width="100%">
                                                 <tr>
                                                     <td class="cal-month" valign="top">
                                                         {previous_months_calendar}
                                                     </td>
-                                                    <td class="cal-month" align="center" style="width:100%">
+                                                    <td align="center" style="width:100%">
                                                         <table border="0" cellpadding="5" cellspacing="0">
                                                             <tr>
                                                                 <td colspan="2" align="center">
diff -r b7dc5326ced0 -r 20d7cfd5e037 public_html/calendar/style.css
--- a/public_html/calendar/style.css	Sun May 08 18:10:58 2011 +0200
+++ b/public_html/calendar/style.css	Fri May 13 10:20:52 2011 -0400
@@ -26,7 +26,6 @@
   border-top:#1A3955 1px dashed;
   color:#000000;
   font-weight:bold;
-  font-size:.8em;
 }
 .cal-dayx-body {
   background:#E7E7E7
@@ -35,13 +34,11 @@
   background:#FFFFFF;
   color:#000000;
   font-weight:bold;
-  font-size:.8em;
 }
 .cal-dayx-subcur {
   background:#FFFFFF;
   color:#000000;
   font-weight:bold;
-  font-size:.8em;
   padding-top:4px;
 }
 .cal-dayx-times {
@@ -114,7 +111,6 @@
   border-top:#E7E7E7 1px solid;
   color:#000000;
   font-weight:bold;
-  font-size:.8em;
   padding:4px;
 }
 .cal-weekview-caltitle {
@@ -124,7 +120,6 @@
   border-right:#E7E7E7 1px solid;
   color:#000000;
   font-weight:bold;
-  font-size:.8em;
   padding:4px;
 }
 .cal-weekview-curday,
@@ -139,7 +134,6 @@
   border-top:#E7E7E7 1px solid;
   color:#000000;
   font-weight:bold;
-  font-size:.8em;
   padding:4px;
 }
 .cal-weekview-dayformat {
@@ -148,7 +142,7 @@
   border-top:#E7E7E7 1px solid;
   color:#000000;
   font-weight:bold;
-  font-size:.8em;  padding:4px;
+  padding:4px;
 }
 .cal-weekview-offday,
 .weekview_offday {



More information about the geeklog-cvs mailing list