Browse Source

Minor mods.

Nate Jones 11 years ago
parent
commit
0ff6905072
1 changed files with 10 additions and 1 deletions
  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 {