Bug #34686
closed
style fix for install tool phpinfo
Added by Markus Timtner over 12 years ago.
Updated about 12 years ago.
Category:
Backend User Interface
Description
The install tool stylesheet overrides some styles of phpinfo, see screenshots.
fix:
in: typo3/sysext/install/Resources/Public/Stylesheets/install.css
add
body.standalone
to line 298 and 309, so that the selector reads
body.standalone .phpinfo h1
instead of
.phpinfo h1
This style bug has been around since forever.
Files
screenshots got lost, here they are:
due to the difference of install tool only and install tool via backend,
one needs to add
display:block;
to the mentioned selectors.
- Status changed from New to Accepted
- Category changed from Frontend to Backend User Interface
- Status changed from Accepted to Under Review
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 :)
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.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Under Review
Please close this issue. All affected branches are up to date.
- Status changed from Under Review to Closed
Also available in: Atom
PDF