i-net-software / dokuwiki-plugin-multiorphan

Administrative GUI to find all sorts of orphaned or wanted pages and media. This works using AJAX instead of loading everything into one page.
https://www.dokuwiki.org/plugin:multiorphan
5 stars 5 forks source link

Status section height jumping depending on filename-length #7

Closed tmo26 closed 8 years ago

tmo26 commented 8 years ago

Release 2015-08-10a "Detritus" multiORPHAN Installed version: 2015-08-12

When performing a search with the multiorphan plugin, the height of the "Status" section is jumping, depending on the length of the filename currently being checked.

Short filename -> 1 line: "Checking page(795/1198)...shortfilename" Long filename -> 2 lines: "Checking page(795/1198)... loooooooooooooooooooooooongfilename"

It would visually be more appealing if there wasn't this 1-line / 2-line jump.

Solutions: 1) enlarge default width of the sections in the multiorphans admin page by 25...50% 2) display filename always in separate second line

Good example for both: searchindex manager plugin https://www.dokuwiki.org/plugin:searchindex

-> no more jumping of height

Fixing this (cosmetic) bug is appreciated. Thanks in advance!