Vote #67243
完了"fiters" and "options" should be hidden in print view via css
100%
説明
the buttons and filters menus above the issue list in the issues view would be nice to be hidden while printing to take less space in print.
journals
--------------------------------------------------------------------------------
Felix, can you stop adding issues to 0.9.5? I'm trying to get it released as soon as possible and we will have 1.0 coming out soon. Thanks.
(I'll put this one into 0.9.5, it's simple.)
--------------------------------------------------------------------------------
I added a @.hide-when-print@ css class and applied it to the query form and buttons.
--------------------------------------------------------------------------------
Eric Davis wrote:
> Felix, can you stop adding issues to 0.9.5? I'm trying to get it released as soon as possible and we will have 1.0 coming out soon. Thanks.
>
> (I'll put this one into 0.9.5, it's simple.)
Oh, sorry, I was putting the (awfully) simple stuff in 0.9.5 so that it gets this week-end.
Regarding the css class: aren't most "decorations" (header, sidebar, footer) already hiddden by some trick in the css? Can't remember if it was that too, but it might be better to keep it consistent.
--------------------------------------------------------------------------------
Felix Schäfer wrote:
> Regarding the css class: aren't most "decorations" (header, sidebar, footer) already hiddden by some trick in the css? Can't remember if it was that too, but it might be better to keep it consistent.
Those are specifically hidden by name. Using a css class is simpler for things here and there (otherwise the list of things to hide could grow large).
--------------------------------------------------------------------------------
Merged to 0.9-stable for release.
--------------------------------------------------------------------------------