mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-28 01:57:14 +00:00
Extract the "Add filter" drop-down from the table (#19097).
git-svn-id: http://svn.redmine.org/redmine/trunk@14831 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
27b99a27ac
commit
2239816344
@ -12,17 +12,13 @@ $(document).ready(function(){
|
||||
});
|
||||
<% end %>
|
||||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td>
|
||||
<table id="filters-table">
|
||||
</table>
|
||||
</td>
|
||||
<td class="add-filter">
|
||||
|
||||
<div class="add-filter">
|
||||
<%= label_tag('add_filter_select', l(:label_filter_add)) %>
|
||||
<%= select_tag 'add_filter_select', filters_options_for_select(query), :name => nil %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<%= hidden_field_tag 'f[]', '' %>
|
||||
<% include_calendar_headers_tags %>
|
||||
|
||||
@ -378,7 +378,9 @@ fieldset#filters td.operator select {max-width:170px;}
|
||||
fieldset#filters td.values { white-space:nowrap; }
|
||||
fieldset#filters td.values select {min-width:130px;}
|
||||
fieldset#filters td.values input {height:1em;}
|
||||
fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
|
||||
|
||||
#filters-table {width:60%; float:left;}
|
||||
.add-filter {width:35%; float:right; text-align: right; vertical-align: top;}
|
||||
|
||||
#issue_is_private_wrap {float:right; margin-right:1em;}
|
||||
.toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
|
||||
|
||||
@ -716,6 +716,9 @@
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#filters-table {width:100%; float:none;}
|
||||
.add-filter {width:100%; float:none; text-align: left; margin-top: 8px;}
|
||||
|
||||
/*----------------------------------------*\
|
||||
F) PAGE SPECIFIC STYLES
|
||||
\*----------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user