Summary: | clear screen button misaligned | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Gaetan Boisson <gaetan.boisson> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | minor | ||
Priority: | P5 - low | CC: | paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 27563 | ||
Attachments: |
misaligned X
proposed patch [SIGNED-OFF] Bug 7693 - clear screen button misaligned |
Created attachment 9152 [details] [review] proposed patch this patch removes the 8 offending lines from the css. Teh button is now displaying properly in firefox. Created attachment 9156 [details] [review] [SIGNED-OFF] Bug 7693 - clear screen button misaligned This patch removes firefox specific lines in the css which were breaking the display Signed-off-by: Owen Leonard <oleonard@myacpl.org> This fixes the layout problem in current versions of Firefox. I think the CSS which is removed by this patch might be necessary for older versions of Firefox, but if this turns out to be a problem we can follow up. CSS only change to #clearscreen, which is only used on circ/circulation.pl page. Marking Passed QA. This will be included into 3.6.5. |
Created attachment 8128 [details] misaligned X See attached. The clear screen button used to line up with the edge of the box but now it's sort of overlapping (in Master and 3.6.4) Nicole