[TYPO3-core] RFC #14901: Forgotten styling: User Name at the top misses a CSS definition
Christopher Stelmaszyk
Christopher at yahoo.de
Mon Nov 8 20:52:46 CET 2010
Hi guys,
this is a SVN patch request.
Type:
Bugfix
Bugtracker reference:
http://bugs.typo3.org/view.php?id=14901
Branches:
4.4, trunk
Problem:
The username at the upper right corner normally is styled white and bold.
But if the user does not have access to the module User Settings, this
styling is missing. Instead the name is black and non-bold, which is barely
readable.
Solution:
Add the missing definitions.
Kind regards
Christopher
Index: typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css
===================================================================
--- typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css (revision
9300)
+++ typo3/sysext/t3skin/stylesheets/visual/toolbar_username.css (working
copy)
@@ -4,6 +4,11 @@
$Id$
- - - - - - - - - - - - - - - - - - - - - */
+#username {
+ color: #ffffff;
+ font-weight: bold;
+}
+
#username.su-user {
color: #eb6e5a;
font-weight: bold;
begin 666 14901 Fix design of username.patch
M26YD97 at Z('1Y<&\S+W-Y<V5X="]T,W-K:6XO<W1Y;&5S:&5E=',O=FES=6%L
M+W1O;VQB87)?=7-E<FYA;64N8W-S#0H]/3T]/3T]/3T]/3T]/3T]/3T]/3T]
M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]
M#0HM+2T@='EP;S,O<WES97AT+W0S<VMI;B]S='EL97-H965T<R]V:7-U86PO
M=&]O;&)A<E]U<V5R;F%M92YC<W,)*')E=FES:6]N(#DS,# I#0HK*RL@='EP
M;S,O<WES97AT+W0S<VMI;B]S='EL97-H965T<R]V:7-U86PO=&]O;&)A<E]U
M<V5R;F%M92YC<W,)*'=O<FMI;F<@8V]P>2D-"D! ("TT+#8@*S0L,3$@0$ -
M"B D260D"B M("T at +2 M("T at +2 M("T at +2 M("T at +2 M("T at +2 M("T at +2 M
M("T at +2 J+PH@"BLC=7-E<FYA;64@>PHK"6-O;&]R.B C9F9F9F9F.PHK"69O
M;G0M=V5I9VAT.B!B;VQD.PHK?0HK"B C=7-E<FYA;64N<W4M=7-E<B!["B )
E8V]L;W(Z("-E8C9E-6$["B )9F]N="UW96EG:'0Z(&)O;&0["@``
`
end
More information about the TYPO3-team-core
mailing list