From a741095b1430d1af08531eb63f90cd2520584b3c Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Mon, 7 Dec 2009 15:39:49 +0000 Subject: [PATCH] Clear "float: left" from "manage portlets" div above the comment viewlet. This will get fixed in the next Plone 4 release. A bug report has been added to the tracker: https://dev.plone.org/plone/ticket/9903 svn path=/plone.app.discussion/trunk/; revision=32338 --- plone/app/discussion/browser/stylesheets/discussion.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plone/app/discussion/browser/stylesheets/discussion.css b/plone/app/discussion/browser/stylesheets/discussion.css index c3b5ff7..0cd40c0 100644 --- a/plone/app/discussion/browser/stylesheets/discussion.css +++ b/plone/app/discussion/browser/stylesheets/discussion.css @@ -8,6 +8,13 @@ /* Comments Viewlet ---------------------------------------------------------------- */ +#commenting { + /* Clear "float: left" from "manage portlets" div above the + comment viewlet. This will get fixed in the next Plone 4 + release. */ + clear: both; +} + .comment { min-height: 100px; overflow: auto;