Bug #34686
closedstyle fix for install tool phpinfo
100%
Description
The install tool stylesheet overrides some styles of phpinfo, see screenshots.
fix:
in: typo3/sysext/install/Resources/Public/Stylesheets/install.css
add
body.standaloneto line 298 and 309, so that the selector reads
body.standalone .phpinfo h1instead of
.phpinfo h1
This style bug has been around since forever.
Files
Updated by Markus Timtner over 12 years ago
- File before.png before.png added
- File after.png after.png added
screenshots got lost, here they are:
Updated by Markus Timtner over 12 years ago
due to the difference of install tool only and install tool via backend,
one needs to add
display:block;to the mentioned selectors.
Updated by Jigal van Hemert over 12 years ago
- Status changed from New to Accepted
Can you prepare a patch for this?
If you need information on how to contribute, you can find tutorials at:
http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
Updated by Jigal van Hemert over 12 years ago
- Category changed from Frontend to Backend User Interface
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10793
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10793
Updated by Philipp Gampe over 12 years ago
- File install-tool-phpinfo.png install-tool-phpinfo.png added
I looks much different for me (no purple style for me). So I can not really reproduce that.
OK, found it ... one must scroll down :)
Updated by Tomita Militaru over 12 years ago
Philipp Gampe wrote:
I looks much different for me (no purple style for me). So I can not really reproduce that.
Please scroll on that page down and you will see the purple part from that screenshot.
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10793
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/10845
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/10846
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/10847
Updated by Tomita Militaru over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset baa87a34d38d0cfc0ee1b590e88c3c559b01b1f5.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13118
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13240
Updated by Wouter Wolters about 12 years ago
Please close this issue. All affected branches are up to date.
Updated by Stefan Galinski about 12 years ago
- Status changed from Under Review to Closed