Patch #23389
Print Styles get overriden by responsive media query
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI - Responsive | |||
Target version: | 3.2.4 |
Description
Currently the responsive styles get applied not only to screen, but also override print styles. For example, the top padding of the #main
container for mobile devices will also be applied when printing a redmine page. If the print styles need to be furhter optimized, that should happen in the media query for print.
I am attaching a patch which fixes the media query so it does not get applied when printing pages.
Associated revisions
Change responsive media query to screen only (#23389).
Patch by Felix Gliesche.
History
#1
Updated by Go MAEDA about 6 years ago
- Target version set to 3.3.1
#2
Updated by Jean-Philippe Lang almost 6 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from 3.3.1 to 3.2.4
Committed, thanks. I've merged it into 3.2 stable as well.