Suggestion #37925
Section headline underline
| Status: | Needs Feedback | Start date: | 2012-06-11 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Felix Kopp | % Done: | 0% |
|
| Category: | Inconsistency | |||
| Target version: | TYPO3 6.0 | |||
| Tags: | ||||
| Votes: | 0 |
Description
Improve all horizontal rules that divide sections from just being fine underneath the headline to a section divider above the headline.
Also the line might get a shadow/effect.
History
Updated by Felix Kopp 11 months ago
- File 1-before.jpg added
- File 2-after.jpg added
Updated by Felix Kopp 11 months ago
Before
After
Updated by Felix Kopp 11 months ago
- File Screen_Shot_2012-06-11_at_23.34.02.png added
- File Screen_Shot_2012-06-11_at_23.34.44.png added
- File Screen_Shot_2012-06-11_at_23.36.30.png added
- File Screen_Shot_2012-06-11_at_23.37.52.png added
Further use cases
Updated by Felix Kopp 11 months ago
Updated by Felix Kopp 11 months ago
- File Screen_Shot_2012-06-13_at_18.11.23.png added
Also please compare TCE / forms:
No underline, but section splitting horizontal rule:
Updated by Felix Kopp 11 months ago
Any thoughts on this draft?
Updated by Jens Hoffmann 11 months ago
- Category set to Inconsistency
- Status changed from New to Needs Feedback
Hmm .. I see and know the issue.
We need to find a solution. Maybe
we could do this at the next sprint.
Greez Jens
Updated by Jens Hoffmann 11 months ago
Thought about it - good Idea - looks nice!
Could you provide a patch?
Updated by Jens Hoffmann 11 months ago
- Assignee set to Felix Kopp
Updated by Felix Kopp 10 months ago
After thinking about this task for some time now.
Why don't be remove the lines completely and work with larger whitespace?
Updated by Felix Kopp 9 months ago
In CSS it says:
/** .uppercase is kept for backwards-compatibility, use .divider */
.divider,
.uppercase {
border-bottom: 1px solid #cdcdcd;
}
The uppercase entity should be removed now.