-<table style="border-collapse: collapse; border:0;">
+<table class="query-columns">
<tr>
<td style="padding-left:0">
<%= label_tag "available_columns", l(:description_available_columns) %>
:multiple => true, :size => 10, :style => "width:150px",
:ondblclick => "moveOptions(this.form.available_columns, this.form.selected_columns);" %>
</td>
- <td align="center" valign="middle">
+ <td class="buttons">
<input type="button" value="→"
onclick="moveOptions(this.form.available_columns, this.form.selected_columns);" /><br />
<input type="button" value="←"
:id => 'selected_columns', :multiple => true, :size => 10, :style => "width:150px",
:ondblclick => "moveOptions(this.form.selected_columns, this.form.available_columns);" %>
</td>
- <td align="center" valign="middle">
+ <td class="buttons">
<input type="button" value="↑" onclick="moveOptionUp(this.form.selected_columns);" /><br />
<input type="button" value="↓" onclick="moveOptionDown(this.form.selected_columns);" />
</td>
table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
+table.query-columns {
+ border-collapse: collapse;
+ border: 0;
+}
+
+table.query-columns td.buttons {
+ vertical-align: middle;
+ text-align: center;
+}
+
td.center {text-align:center;}
h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }