aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-07-27 22:17:07 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-07-27 22:17:07 +0000
commit71b7180154579e569be728f82dc18614629c6176 (patch)
treefcdf7924336bcb9fca3eb200bd4ced06d90831d5 /templates
parent792be3cb62bdb93da6cabb9fc30da6f44b59977e (diff)
downloadphpicalendar-71b7180154579e569be728f82dc18614629c6176.tar.gz
phpicalendar-71b7180154579e569be728f82dc18614629c6176.tar.bz2
phpicalendar-71b7180154579e569be728f82dc18614629c6176.zip
Fix some of the table borders in CSS
Diffstat (limited to 'templates')
-rw-r--r--templates/default/default.css8
-rw-r--r--templates/green/default.css8
-rw-r--r--templates/grey/default.css8
-rw-r--r--templates/red/default.css8
-rw-r--r--templates/tan/default.css8
5 files changed, 20 insertions, 20 deletions
diff --git a/templates/default/default.css b/templates/default/default.css
index c141473..a42d85c 100644
--- a/templates/default/default.css
+++ b/templates/default/default.css
@@ -84,10 +84,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.tfixed { table-layout: fixed; word-wrap: break-word; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
-.weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
-.weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
-.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
-.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
+.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
+.timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
diff --git a/templates/green/default.css b/templates/green/default.css
index 32e132a..8de00c4 100644
--- a/templates/green/default.css
+++ b/templates/green/default.css
@@ -102,10 +102,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.calborder { background-color: #ffffff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
-.weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
-.weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
-.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
-.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
+.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
+.timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
diff --git a/templates/grey/default.css b/templates/grey/default.css
index 881131c..e911d2c 100644
--- a/templates/grey/default.css
+++ b/templates/grey/default.css
@@ -82,10 +82,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.tfixed { table-layout: fixed; word-wrap: break-word; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
-.weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
-.weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
-.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
-.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
+.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
+.timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
diff --git a/templates/red/default.css b/templates/red/default.css
index 9eae365..93eabd4 100644
--- a/templates/red/default.css
+++ b/templates/red/default.css
@@ -82,10 +82,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.tfixed { table-layout: fixed; word-wrap: break-word; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
-.weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
-.weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
-.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
-.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
+.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
+.timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }
diff --git a/templates/tan/default.css b/templates/tan/default.css
index e6f24cb..95e9a2f 100644
--- a/templates/tan/default.css
+++ b/templates/tan/default.css
@@ -100,10 +100,10 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.tfixed { table-layout: fixed; word-wrap: break-word; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
-.weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
-.weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
-.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
-.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
+.weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
+.weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
+.timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
+.timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
.navback { background-image: url(images/time_bg.gif); }
.sideback { background-image: url(images/side_bg.gif); }

© 2014-2024 Faster IT GmbH | imprint | privacy policy