diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-25 15:16:42 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-25 15:16:42 +0000 |
commit | cb285aeec1c94870c5d3f073bc2c3dc300c78a45 (patch) | |
tree | f63c0a9014f93930b808cc530e0cf8106d189910 /public | |
parent | 136dab8ad6126dd3a914a6d00ca0724d9781d937 (diff) | |
download | redmine-cb285aeec1c94870c5d3f073bc2c3dc300c78a45.tar.gz redmine-cb285aeec1c94870c5d3f073bc2c3dc300c78a45.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 97108c5eb..52673c39c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -365,6 +365,7 @@ div.table-list.boards .table-list-cell.name {width: 30%;} table.messages td.last_message {text-align:left;} #query_form_content {font-size:90%;} +#query_form_with_buttons > p.contextual {font-size:12px; margin:12px 0px;} .query_sort_criteria_count { display: inline-block; |