diff --git a/app/views/queries/_columns.rhtml b/app/views/queries/_columns.rhtml index f2bb5993..e1d7ff1d 100644 --- a/app/views/queries/_columns.rhtml +++ b/app/views/queries/_columns.rhtml @@ -1,4 +1,4 @@ -
<%= label_tag "available_columns", l(:description_available_columns) %> @@ -7,7 +7,7 @@ options_for_select((query.available_columns - query.columns).collect {|column| [column.caption, column.name]}), :multiple => true, :size => 10, :style => "width:150px" %> | -+ |
'selected_columns', :multiple => true, :size => 10, :style => "width:150px" %> |
- + |
|
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 2c1be07a..369457eb 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -204,6 +204,16 @@ table.attributes td { vertical-align: top; }
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; }