-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
Currently forum columns use mix of percentages and pixels for width and margin/padding, causing columns to stretch at different resolutions and at low resolution break layout.
It was done that way because back then it was impossible to do otherwise because of IE6 and other old browsers.
It can be fixed by setting fixed width to certain columns, with help of negative margins, box-sizing. With minor tweaks even IE7 can support it.
This fix will make forums list (and other similar lists) look the same on all resolutions and will allow to eventually implement responsive design.
See http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44139 for more details.
- blocks
-
PHPBB-11552 Responsive design for prosilver
- Unverified Fix
- caused
-
PHPBB-11770 Invalid class for pm list in outbox/sentbox
- Closed
-
PHPBB-11779 Invalid class for unapproved posts in mcp index
- Closed
- is related to
-
PHPBB-11533 Notification settings page is using topiclist class incorrectly
- Unverified Fix