From 5c176500a8fca0b3249d33602506c37cace3f9b1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 17 Mar 2007 19:16:04 +0000 Subject: [PATCH] r1474: We no loner need the stylevars for cellpadding and cellspacing in tables because we can use CSS properties to achieve the same effect. Removing all the long declarations and just replacing them with styling table with the .table class --- templates/explain_automation.tpl | 2 +- templates/explain_product.tpl | 4 ++-- templates/favorites.tpl | 2 +- templates/global.css | 17 +++++++++++++++++ templates/history.tpl | 2 +- templates/search_results.tpl | 2 +- templates/trackerhome.tpl | 2 +- templates/userctrl.tpl | 6 +++--- 8 files changed, 27 insertions(+), 10 deletions(-) diff --git a/templates/explain_automation.tpl b/templates/explain_automation.tpl index cdefa9a..b66c4ee 100644 --- a/templates/explain_automation.tpl +++ b/templates/explain_automation.tpl @@ -11,7 +11,7 @@ $header

{@"Explication of Automations"}

-
+
$automations
diff --git a/templates/explain_product.tpl b/templates/explain_product.tpl index ec3fbbb..d733731 100644 --- a/templates/explain_product.tpl +++ b/templates/explain_product.tpl @@ -12,7 +12,7 @@ $header

{@"Explication of Products"}

- +
@@ -25,7 +25,7 @@ $header
-
{@"Global Versions"}
+
diff --git a/templates/favorites.tpl b/templates/favorites.tpl index 17abe8e..fa81285 100644 --- a/templates/favorites.tpl +++ b/templates/favorites.tpl @@ -9,7 +9,7 @@ $headinclude $header -
{@"Products (components are in white)"}
+
$headers diff --git a/templates/global.css b/templates/global.css index 888cbd2..9dde695 100644 --- a/templates/global.css +++ b/templates/global.css @@ -195,6 +195,23 @@ a text-decoration: none; } +.table +{ + width: 100%; + border-collapse: separate; + border-spacing: 2px; +} + +.table td +{ + padding: 2px; +} + +.altcolor +{ + color: rgb(191, 204, 207); +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ diff --git a/templates/history.tpl b/templates/history.tpl index 4317f68..13134ae 100644 --- a/templates/history.tpl +++ b/templates/history.tpl @@ -11,7 +11,7 @@ $header

{@"History for %1$s (bugid: %2$s)"}

-
+
diff --git a/templates/search_results.tpl b/templates/search_results.tpl index a85792a..6105743 100644 --- a/templates/search_results.tpl +++ b/templates/search_results.tpl @@ -15,7 +15,7 @@ $header
-
{@"User"} {@"Date"}
+
$columnHeads diff --git a/templates/trackerhome.tpl b/templates/trackerhome.tpl index 17acf11..2d5b961 100644 --- a/templates/trackerhome.tpl +++ b/templates/trackerhome.tpl @@ -9,7 +9,7 @@ $headinclude $header -
+
$columnHeads $bugs diff --git a/templates/userctrl.tpl b/templates/userctrl.tpl index 4e3afa1..d38dc9c 100644 --- a/templates/userctrl.tpl +++ b/templates/userctrl.tpl @@ -21,7 +21,7 @@ $header -
+
@@ -73,7 +73,7 @@ $header
{@"Email Options"}
- +
@@ -219,7 +219,7 @@ $header
{@"Bug List Columns"} $help[columnorder] -
  {@"Reporter"}
+
$columnOptions
-- 2.22.5