瀏覽代碼

Minor mods.

Nate Jones 11 年之前
父節點
當前提交
0ff6905072
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      themes/enhanced/template.php

+ 10 - 1
themes/enhanced/template.php

@@ -109,13 +109,22 @@ td {
 	font-family: arial;
 }
 
+td.list_control_icons {
+	padding: none;
+	padding-left: 3px;
+	width: 50px;
+	text-align: right;
+	vertical-align: middle;
+	white-space: nowrap;
+}
+
 img.list_control_icon {
+	margin: 2px;
 	width: 21px;
 	height: 21px;
 	border: none;
 	opacity: 0.9;
 	-moz-opacity: 0.9;
-	vertical-align: middle;
 	}
 
 input.btn, input.button {