Just wondering, where/when is the icon_post_menu.png supposed to appear? I have yet to see it :/
(or wait, is it because Area51 needs to be updated or something?)
[RFC] Responsive layout
Re: Responsive layout
Instead of quote/edit/etc buttons in post when there is not enough space to fit all buttons.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: Responsive layout
In the ACP Responsive changes, the modal overlay is not fully overlaid anymore... lots of elements poke through (tabs at top, URL links on the left, the vertical line separating the links on the left from the main part of page)
- Attachments
-
- Resposive_acp2.png (115.91 KiB) Viewed 2453 times
Has an irascible disposition.
Re: Responsive layout
Thanks for noticing. I'll fix that.
Please post here if you'll see anything else not working correctly
Please post here if you'll see anything else not working correctly
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: Responsive layout
@VSE+ Fix for that bug: https://github.com/phpbb/phpbb/pull/1832
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: Responsive layout
Thanks Arty!Arty wrote:Fixed
Is possibile to add a little space between pages and number of message?
- Attachments
-
- image.jpg (48.59 KiB) Viewed 2693 times
-
- image.jpg (29.71 KiB) Viewed 20769 times
Re: Responsive layout
Thanks. But still sort of an issue - now those elements flash when you click on something that brings up the modal.Arty wrote:@VSE+ Fix for that bug: https://github.com/phpbb/phpbb/pull/1832
Video demonstration: http://youtu.be/iVL1jQ3F4Zc
Has an irascible disposition.
Re: Responsive layout
Looks like a browser bug. What browser are you using?
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: Responsive layout
Actually its not a browser bug. Its a bug in AJAX popup animation that happens when there are absolutely positioned elements with z-index. Same issue happens in prosilver as well.
It wasn't noticed in prosilver because it doesn't have items with z-index by default.
Fixed in https://github.com/phpbb/phpbb/pull/1834
It wasn't noticed in prosilver because it doesn't have items with z-index by default.
Fixed in https://github.com/phpbb/phpbb/pull/1834
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: Responsive layout
Found another bug introduced during this commit: https://github.com/phpbb/phpbb/commit/5 ... 2032d6f485
There are now stray closing
They are happening in the left sidebar.
Just HTML Validate any ACP page to find the stray
There are now stray closing
</ul>
tags in adm/style/overall_header.html.They are happening in the left sidebar.
Just HTML Validate any ACP page to find the stray
</ul>
tag.Has an irascible disposition.