Files
zoneminder/web
Isaac ConnorandClaude Opus 5 f270369fe4 fix: stop the filter form's checkboxes and height being squeezed refs #5147
The Actions and Options rows are flex lines, so a checkbox sat next to a
growing text input or select was shrinkable and rendered 16.5px against
the 18px of the rows that have nothing after them -- visible on Execute
command on all matches, and on Copy/Move once their storage select is
shown. Take the checkboxes out of the shrinking.

#content is a flex column, so once the log panel became a second child
the form shrank below its content and, having overflow:auto from
skin.css, grew a scrollbar of its own that cut the Actions list in half.
Let the form keep its height and leave the scrolling to #content, which
now shows the whole view in one scroller.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-18 19:04:04 -04:00
..

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.