Patch #26125 » 0003-Unify-query_form-structure-on-calendar-gantt-views.patch
app/views/calendars/show.html.erb | ||
---|---|---|
12 | 12 |
<%= render :partial => 'queries/filters', :locals => {:query => @query} %> |
13 | 13 |
</div> |
14 | 14 |
</fieldset> |
15 | ||
16 |
<p style="float:right;"> |
|
17 |
<%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %> | <%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %> |
|
18 |
</p> |
|
19 | 15 |
</div> |
20 | 16 | |
17 |
<p class="contextual"> |
|
18 |
<%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %> | <%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %> |
|
19 |
</p> |
|
20 | ||
21 | 21 |
<p class="buttons"> |
22 | 22 |
<%= label_tag('month', l(:label_month)) %> |
23 | 23 |
<%= select_month(@month, :prefix => "month", :discard_type => true) %> |
public/stylesheets/application.css | ||
---|---|---|
365 | 365 |
table.messages td.last_message {text-align:left;} |
366 | 366 | |
367 | 367 |
#query_form_content {font-size:90%;} |
368 |
#query_form_with_buttons > p.contextual {font-size:12px; margin:12px 0px;} |
|
368 | 369 | |
369 | 370 |
.query_sort_criteria_count { |
370 | 371 |
display: inline-block; |