From a43fe997c8a638ccb48a3408a9d92d1a98334b9c Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Fri, 25 Aug 2006 19:15:09 +0000 Subject: [PATCH] i18n corrections to stylesheets regarding alignment; git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11642 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/stylesheet.tpl | 28 +++++++++---------- .../default_advanced/stylesheet_advanced.tpl | 4 +-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/templates/default/stylesheet.tpl b/templates/default/stylesheet.tpl index 92f8836e..e54e8ac3 100644 --- a/templates/default/stylesheet.tpl +++ b/templates/default/stylesheet.tpl @@ -323,7 +323,7 @@ tr.odd { margin-left: auto; margin-right: auto; width: 80%; - text-align: left; + text-align: ; } /* addressbook_list.tpl defs */ @@ -349,7 +349,7 @@ tr.odd { } #addressList td { - text-align: left; + text-align: ; padding: 2px; } @@ -359,7 +359,7 @@ tr.odd { } #addressList td.abookSwitch { background: ; - text-align: right; + text-align: ; } #addressList td.abookButtons { @@ -451,7 +451,7 @@ tr.odd { } #addrAddEdit td.fieldName { - text-align: right; + text-align: ; width: 30%; } @@ -460,7 +460,7 @@ tr.odd { } #addrAddEdit td { - text-align: left; + text-align: ; padding: 2px; } @@ -509,12 +509,12 @@ tr.odd { #optionGroups td.optionName { background: ; - text-align: left; + text-align: ; height: 1%; } #optionGroups td.optionDesc { - text-align: left; + text-align: ; background: ; } @@ -541,11 +541,11 @@ tr.odd { } #optionDisplay td.optionName { - text-align: right; + text-align: ; } #optionDisplay td.optionValue { - text-align: left; + text-align:; } #optionOrder { @@ -573,13 +573,13 @@ tr.odd { } #optionOrder td.moveLink { - text-align: right; + text-align: ; font-size: 75%; vertical-align: bottom; } #optionOrder td.fieldName { - text-align: left; + text-align: ; } #optionHightlightList { @@ -598,7 +598,7 @@ tr.odd { } #optionHighlightList td.ruleName { - text-align: left; + text-align: ; width: 30%; padding-left: 4px; padding-right: 4px; @@ -615,13 +615,13 @@ tr.odd { } #optionHighlightAdd td.ruleField { - text-align: right; + text-align: ; font-weight: bold; width: 40%; } #optionHighlightAdd td.fieldValue { - text-align: left; + text-align: ; } #optionHighlightAdd td.colorTable { diff --git a/templates/default_advanced/stylesheet_advanced.tpl b/templates/default_advanced/stylesheet_advanced.tpl index b04bea45..eddb712d 100644 --- a/templates/default_advanced/stylesheet_advanced.tpl +++ b/templates/default_advanced/stylesheet_advanced.tpl @@ -88,12 +88,12 @@ extract($t); #sqm_login td.fieldName { font-size: 10pt; font-weight: bold; - text-align: right; + text-align: ; width: 50%; } #sqm_login td.fieldInput { - text-align: left; + text-align: ; padding-top: 1px; padding-bottom: 1px; } -- 2.25.1