From 24e6a35c488be2832a7137e4775e6eb6137cd52e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 19 Jan 2013 02:36:51 +0000 Subject: [PATCH] Fix all remaining alignment issues for IE with a small adjustment to the style sheet. --- themes/accessible/template.php | 1 + themes/classic/template.php | 1 + themes/default/template.php | 1 + themes/enhanced/template.php | 1 + 4 files changed, 4 insertions(+) diff --git a/themes/accessible/template.php b/themes/accessible/template.php index 57f448e246..4efd8b4957 100644 --- a/themes/accessible/template.php +++ b/themes/accessible/template.php @@ -187,6 +187,7 @@ INPUT.txt { } .vtable { + text-align: left; border-bottom: 1px solid #DFDFDF; } diff --git a/themes/classic/template.php b/themes/classic/template.php index e8b362025a..590dd9b3d1 100644 --- a/themes/classic/template.php +++ b/themes/classic/template.php @@ -199,6 +199,7 @@ th:last-child th:first-child { } .vtable { + text-align: left; border-bottom: 1px solid #DFDFDF; } diff --git a/themes/default/template.php b/themes/default/template.php index b543be5980..46734ac0ce 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -568,6 +568,7 @@ table tr:nth-last-child(-5) td:first-of-type { z-index:1; padding:10px; color: 000; + text-align: left; /* box-shadow:5px -5px 10px #700; -webkit-box-shadow:5px -5px 10px #888; diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index 78d97dfece..ca75394b57 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -564,6 +564,7 @@ table tr:nth-last-child(-5) td:first-of-type { z-index:1; padding:7px; color: 000; + text-align: left; /* box-shadow:5px -5px 10px #700; -webkit-box-shadow:5px -5px 10px #888;