[TYPO3-core] RFC #12870: loginNews is missing a style for links

Steffen Gebert steffen at steffen-gebert.de
Tue Dec 1 12:21:45 CET 2009


Hi,

This is an SVN patch request.

Type: bugfix / styling(-no-brainer)

BT reference: http://bugs.typo3.org/view.php?id=12870

Branches: trunk, 4-3 (sounds cool :))

Problem:
If you place an <a/> tag in loginNews for the login screen, it is not  
styled (not recognizable).

Solution:
Give it text-decoration: underline and the same colors as the OpenID-Links

Note:
You can test it by adding the following lines to your localconf.php

$TYPO3_CONF_VARS['BE']['loginNews'][] = array(
         'header' => 'Test',
         'content' => 'Link: <a href="#">link</a>',
);


Regards
Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 12870.diff
Type: text/x-diff
Size: 544 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091201/af597518/attachment.diff>


More information about the TYPO3-team-core mailing list