浏览代码

Fix all remaining alignment issues for IE with a small adjustment to the style sheet.

Mark Crane 12 年之前
父节点
当前提交
c83625ad1f
共有 4 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      themes/accessible/template.php
  2. 1 0
      themes/classic/template.php
  3. 1 0
      themes/default/template.php
  4. 1 0
      themes/enhanced/template.php

+ 1 - 0
themes/accessible/template.php

@@ -187,6 +187,7 @@ INPUT.txt {
 }
 
 .vtable {
+	text-align: left;
 	border-bottom: 1px solid #DFDFDF;
 }
 

+ 1 - 0
themes/classic/template.php

@@ -199,6 +199,7 @@ th:last-child th:first-child {
 }
 
 .vtable {
+	text-align: left;
 	border-bottom: 1px solid #DFDFDF;
 }
 

+ 1 - 0
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;

+ 1 - 0
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;