From 2a21ea637d8b552c8fd4373a582a174b0781a748 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 17 Mar 2007 19:24:32 +0000 Subject: [PATCH] r1477: Adding a .altwidth class so that we can remove $stylevar[alternate_width]; replacing all instances of the stylevar with the new CSS class --- templates/global.css | 5 +++++ templates/login.tpl | 2 +- templates/lostpassword.tpl | 2 +- templates/passwordreset.tpl | 2 +- templates/quicksearch.tpl | 2 +- templates/register.tpl | 2 +- templates/search_save.tpl | 2 +- templates/std_error.tpl | 2 +- templates/std_message.tpl | 2 +- templates/std_redirect.tpl | 2 +- 10 files changed, 14 insertions(+), 9 deletions(-) diff --git a/templates/global.css b/templates/global.css index a998f57..304318d 100644 --- a/templates/global.css +++ b/templates/global.css @@ -217,6 +217,11 @@ a text-align: center; } +.altwidth +{ + width: 45%; +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ diff --git a/templates/login.tpl b/templates/login.tpl index cd2c2fb..58df23e 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -15,7 +15,7 @@ $header
-
+
{@"Login"}
diff --git a/templates/lostpassword.tpl b/templates/lostpassword.tpl index 4c5ed80..84e5ff2 100644 --- a/templates/lostpassword.tpl +++ b/templates/lostpassword.tpl @@ -14,7 +14,7 @@ $header
-
+
{@"Lost Password Recovery"}
diff --git a/templates/passwordreset.tpl b/templates/passwordreset.tpl index cd02d87..afec961 100644 --- a/templates/passwordreset.tpl +++ b/templates/passwordreset.tpl @@ -22,7 +22,7 @@ $header
-
+
{@"Lost Password Recovery: Password Reset"}
diff --git a/templates/quicksearch.tpl b/templates/quicksearch.tpl index d9226b5..5f871d8 100644 --- a/templates/quicksearch.tpl +++ b/templates/quicksearch.tpl @@ -11,7 +11,7 @@ $headinclude $header
-
+
{@"Quick Search"}
diff --git a/templates/register.tpl b/templates/register.tpl index 8fbe81c..996b7f4 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -21,7 +21,7 @@ $header
-
+
{@"Register"}
diff --git a/templates/search_save.tpl b/templates/search_save.tpl index 54ac134..e02c759 100644 --- a/templates/search_save.tpl +++ b/templates/search_save.tpl @@ -22,7 +22,7 @@ $header
-
+
{@"Save Search"}
diff --git a/templates/std_error.tpl b/templates/std_error.tpl index f6c0d6f..40cfa09 100644 --- a/templates/std_error.tpl +++ b/templates/std_error.tpl @@ -11,7 +11,7 @@ $headinclude $header
-
+
{@"Error"}
diff --git a/templates/std_message.tpl b/templates/std_message.tpl index b879169..20aef5c 100644 --- a/templates/std_message.tpl +++ b/templates/std_message.tpl @@ -17,7 +17,7 @@ $extra
-
+
{@"Confirm"}{@"Notice"}
diff --git a/templates/std_redirect.tpl b/templates/std_redirect.tpl index 83dc6f5..2e6ac39 100644 --- a/templates/std_redirect.tpl +++ b/templates/std_redirect.tpl @@ -12,7 +12,7 @@ $headinclude $header
-
+
{@"Redirect..."}
-- 2.22.5