From cb98d0f92dfd9b4e0bcef53d3160c6b7c548e0f4 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Fri, 12 Feb 2010 21:56:53 +0000 Subject: CSS fixes for IE7 --- search.php | 4 ++-- templates/default/calendar_nav.tpl | 10 +++++----- templates/default/default.css | 1 + templates/default/search_box.tpl | 4 ++-- templates/default/sidebar.tpl | 12 ++++++------ templates/default/sidebar_year.tpl | 12 ++++++------ templates/green/default.css | 1 + templates/grey/default.css | 1 + templates/red/default.css | 1 + templates/tan/default.css | 1 + 10 files changed, 26 insertions(+), 21 deletions(-) diff --git a/search.php b/search.php index d73540f..8e1f66f 100644 --- a/search.php +++ b/search.php @@ -28,8 +28,8 @@ $search_box .= ''."\n". ''."\n". ''."\n". - ''."\n". - ''."\n". + ''."\n". + ''."\n". ''."\n". ''; diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl index 60c07d3..2244dc5 100644 --- a/templates/default/calendar_nav.tpl +++ b/templates/default/calendar_nav.tpl @@ -94,31 +94,31 @@ -
+
-
+
-
+
-
+
-
+
{SEARCH_BOX} diff --git a/templates/default/default.css b/templates/default/default.css index ff12640..cc4d6ab 100644 --- a/templates/default/default.css +++ b/templates/default/default.css @@ -1,5 +1,6 @@ /* Style sheet for the silver calendar (default) */ +form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Background images for tables */ diff --git a/templates/default/search_box.tpl b/templates/default/search_box.tpl index 7c3906e..d570b76 100644 --- a/templates/default/search_box.tpl +++ b/templates/default/search_box.tpl @@ -4,6 +4,6 @@ - - + + diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl index fe52c75..0a3dad4 100644 --- a/templates/default/sidebar.tpl +++ b/templates/default/sidebar.tpl @@ -81,31 +81,31 @@ -
+
-
+
-
+
-
+
-
+
{SEARCH_BOX} @@ -202,7 +202,7 @@ - + diff --git a/templates/default/sidebar_year.tpl b/templates/default/sidebar_year.tpl index d2874b3..701eacd 100644 --- a/templates/default/sidebar_year.tpl +++ b/templates/default/sidebar_year.tpl @@ -81,31 +81,31 @@ -
+ -
+ -
+ -
+ -
+ {SEARCH_BOX} @@ -202,7 +202,7 @@
- + diff --git a/templates/green/default.css b/templates/green/default.css index f403fa4..4a8620f 100644 --- a/templates/green/default.css +++ b/templates/green/default.css @@ -1,5 +1,6 @@ /* Style sheet for the green calendar */ +form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Background images for tables */ diff --git a/templates/grey/default.css b/templates/grey/default.css index 148d5fe..c6e7bef 100644 --- a/templates/grey/default.css +++ b/templates/grey/default.css @@ -1,5 +1,6 @@ /* Style sheet for the grey calendar */ +form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Background images for tables */ diff --git a/templates/red/default.css b/templates/red/default.css index 9fe266c..4d15a79 100644 --- a/templates/red/default.css +++ b/templates/red/default.css @@ -1,5 +1,6 @@ /* Style sheet for the silver calendar (default) */ +form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Background images for tables */ diff --git a/templates/tan/default.css b/templates/tan/default.css index 57b4cef..86a86c4 100644 --- a/templates/tan/default.css +++ b/templates/tan/default.css @@ -1,5 +1,6 @@ /* Style sheet for the grey calendar */ +form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} /* Background images for tables */ -- cgit v1.2.3