Bug #23023
Forgotten styling: User Name at the top misses a CSS definition
Status: | Resolved | Start date: | 2010-06-28 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Jeff Segars | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
The username at the upper right corner is styled inconsistently:
- If the user does not have access to User Settings, the username is black and non-bold (only the definition inherited from body#typo3-backend-php).
This is barely readable and looks as if the styling was forgotten.
Adding a CSS class to #username should help.
(This is done the same way, when you use the "Switch to User" Mode. There the style definition for color and boldness is in #username .su-user.)
- If the user has access to the module User Settings, it is white and bold (definition from #username a). That's OK.
Add the missing styling!
(issue imported from #M14901)
Related issues
History
#1 Updated by Steffen Gebert about 5 years ago
Could you provide a patch, Christopher?
#2 Updated by Chris topher over 4 years ago
Yes, I just did so.
#3 Updated by Jeff Segars over 4 years ago
Committed to trunk in r9311 and 4.4 in r9312.