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

Improve styling of the results #22

Closed micgro42 closed 6 years ago

micgro42 commented 6 years ago

The pull request fixes the issue that the "View"-link will be unclickable if it flows to the next line and that line already contains the next item.

Note: The Line 13 in style.less contains the comment // this makes the fieldset behave correctly.. I was unable to reproduce the incorrect behavior that this line is intended to fix, so I'm unsure whether I have broken it accidentally.

micgro42 commented 6 years ago

Please also note that this PR will have a Merge Conflict after the merge of #21 in script.js. Even though they do not change the same line, but adjacent lines the merge conflict still occurs and I haven't found a way to cleanly prevent this conflict in this situation.