From aeee316fc07f322d1bb2777277213e0f00764329 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Fri, 10 Jul 2009 15:57:25 +0000 Subject: Add word-wrap:break-word (CSS3) to default templates' fixed tables --- templates/default/default.css | 2 +- templates/green/default.css | 2 +- templates/grey/default.css | 2 +- templates/red/default.css | 2 +- templates/tan/default.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/default/default.css b/templates/default/default.css index bfff9f1..1d84f0b 100644 --- a/templates/default/default.css +++ b/templates/default/default.css @@ -80,7 +80,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventborder { background-image: url(images/day_title.gif); border: 1px #006699 solid; } .eventbg { background-color: #6699CC; } -.tfixed { table-layout: fixed; } +.tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } diff --git a/templates/green/default.css b/templates/green/default.css index 4b9ef4b..6bf7724 100644 --- a/templates/green/default.css +++ b/templates/green/default.css @@ -98,7 +98,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventbg { background-color: #339933; } -.tfixed { table-layout: fixed; } +.tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #ffffff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } diff --git a/templates/grey/default.css b/templates/grey/default.css index 4c77b7f..79f298b 100644 --- a/templates/grey/default.css +++ b/templates/grey/default.css @@ -79,7 +79,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventborder { background-image: url(images/day_title.gif); border: 1px #006699 solid; } .eventbg { background-color: #6699CC; } -.tfixed { table-layout: fixed; } +.tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } diff --git a/templates/red/default.css b/templates/red/default.css index 532eb71..6b6d998 100644 --- a/templates/red/default.css +++ b/templates/red/default.css @@ -78,7 +78,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventborder { background-image: url(images/day_title.gif); border: 1px #006699 solid; } .eventbg { background-color: #6699CC; } -.tfixed { table-layout: fixed; } +.tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } diff --git a/templates/tan/default.css b/templates/tan/default.css index 5317b0d..c212416 100644 --- a/templates/tan/default.css +++ b/templates/tan/default.css @@ -96,7 +96,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventborder { background-image: url(images/day_title.gif); border: 1px #006699 solid; } .eventbg { background-color: #6699CC; } -.tfixed { table-layout: fixed; } +.tfixed { table-layout: fixed; word-wrap: break-word; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } -- cgit v1.2.3