diff --git a/CHANGES.rst b/CHANGES.rst index 42fa406..ceffba9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,8 +4,8 @@ Changelog 2.4.7 (unreleased) ------------------ -- Nothing changed yet. - +- Tweak discussions.css styles to better live with plonetheme.barcelonata + [ichim-david] 2.4.6 (2015-09-14) ------------------ diff --git a/plone/app/discussion/browser/stylesheets/discussion.css b/plone/app/discussion/browser/stylesheets/discussion.css index 641c8a5..b24d119 100644 --- a/plone/app/discussion/browser/stylesheets/discussion.css +++ b/plone/app/discussion/browser/stylesheets/discussion.css @@ -37,14 +37,13 @@ .commentDate { display: block; font-size: 85%; - line-height: 1.5em; - padding-top: 0.5em; color: #76797C; } .commentBody { clear: both; margin: 1em 0; + padding: 1em; overflow: auto; border: 1px solid #ccc; } @@ -54,11 +53,8 @@ } .discussion .documentByLine { - float: left; - margin-left: 0; - margin-bottom: 0.5em; + font-weight: normal; } - .commentActions { float: right; text-align: right; @@ -71,8 +67,10 @@ .loginbutton { margin-bottom: 1.25em; } + .commentactionsform { display: inline; + margin-left: 6px; } .replyTreeLevel0 { @@ -194,10 +192,6 @@ margin: 0; } -.row #commenting { - font-size: 80%; -} - .row #commenting .formControls { margin: 0; } @@ -217,7 +211,7 @@ .row #commenting legend, .row .discussion legend { padding: 0.5em 0.5em 0.5em 0; - font-size: 85%; + font-weight: normal; } .row #commenting label,