Bug #49476
closedEpic #61834: Create future proof Content Element with strong default
Task #61836: Reorganize Content Element properties within backend Extension
Task #61842: Refactor CSS-Styled-Content + Content Elements
css_styled_content borderThick could not be set to 0
50%
Description
the max image width would be calculated wrong when setting the borderThick to a value of 0.
Files
Updated by Bernd Niehues over 11 years ago
- File bug_49476.diff bug_49476.diff added
Updated by Jigal van Hemert over 11 years ago
- Status changed from New to Needs Feedback
The property "borderThick" is only used if the property "border" evaluates to 1. To have no border you simply set "border" to zero.
Does this solve the issue?
Updated by Bernd Niehues over 11 years ago
Setting the border property to zero ( border = 0 ) doesn't work. But unsetting in completly ( border > ) does work.
tt_content.image.20 {
borderThick = 0
border >
}
Thx!
Updated by Bernd Niehues about 11 years ago
May ne closed... But i think it would ne nicer to be able to unset the border also by setting it to zero?!
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to New
- % Done changed from 100 to 50
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from next-patchlevel to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Closed
won't fix since we are moving towards Fluid Rendering