]> source.dussan.org Git - redmine.git/commit
Unify query_form structure on calendar/gantt views (#26125).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jun 2017 15:16:42 +0000 (15:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jun 2017 15:16:42 +0000 (15:16 +0000)
commitcb285aeec1c94870c5d3f073bc2c3dc300c78a45
treef63c0a9014f93930b808cc530e0cf8106d189910
parent136dab8ad6126dd3a914a6d00ca0724d9781d937
Unify query_form structure on calendar/gantt views (#26125).

This:
* moves the p with inline style on the calendar view (which
  wraps the navigation buttons) out of div#query_form_content
  and adds the contextual class to the element to unify this
  with the gantt view (and to remove the inline style from
  the element now that it's styled through a stylesheets'
  style [.contextual in fact]);
* restores the 12px font-size of the calendar navigation
  buttons;
* increases the font-size of the gantt zoom buttons to 12px;
* increases the margin of the calendar navigation and gantt
  zoom buttons to 12px 0px.

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16703 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/views/calendars/show.html.erb
public/stylesheets/application.css