thanks_for_posts
thanks_for_posts copied to clipboard
phpbb 3.2.4 thankslist action bar location(class) fixed
in phpbb 3.2.4 the "action-bar" element uses "bar-top" class for alignment, not "top" anymore.
This MR updates the class in styles/prosilver/template/thankslist_body.html
@rxu it’s ok?
Couldn't find any css definition of bar-top
. Does it have any meaning?
Couldn't find any css definition of
bar-top
. Does it have any meaning?
It did in version 3.2.4, it replaced the previous "top" reference. Can't really remember any more exact details tbh.
I needed it to fix my layout when I originally created the PR.
@simpss it’s older than phpBB 3.2.4.
I found two commits about that: https://github.com/phpbb/phpbb/commit/f6ee0152edff08023c33c2ecb49a0251d2926408 https://github.com/phpbb/phpbb/pull/3851/commits/2523ec82776dc2afcfac79c159bbeb9a2fc87b0e
Merged with d70c68c.