Patch #3008
closedWrong height of content container on My Page
0%
Description
Because the two columns of My Page are both configured as float in the CSS, the height of the surrounding <div> is not calculated correctly and in the default theme and all themes derived from it, given by the min-height
. The effect can be seen in the attached screenshot: .
The attached path solves this by adding a <div>
with a float clear:both
style and was made against the current r2598 of the 0.8-stable
branch.
Files
Related issues
Updated by Fabian Buch over 15 years ago
How about the css clearfix? see http://www.positioniseverything.net/easyclearing.html
Updated by Uwe Koloska over 15 years ago
- File mypage_clearfloat2.diff mypage_clearfloat2.diff added
Ah, yes, a very good point. And even better the link this site points to: Simple Clearing of Floats This leads to a very nice solution. Thank you!
I hope that public/stylesheets/application.css
is the right place for this CSS magic.
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
First patch applied in r2639.