From 5fedf90f18cd46a74cb3576b098236dbc7ffbb98 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 17 Mar 2010 11:00:10 +0000 Subject: [PATCH] Remove fixed width of the actions column of the moderation view. The translated button titles can differ in size from the English titles. svn path=/plone.app.discussion/trunk/; revision=35087 --- CHANGES.txt | 4 ++++ .../app/discussion/browser/stylesheets/discussion.css | 10 ++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7341044..f79a1b4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Changelog 1.0b4 (unreleased) ------------------ +* Remove fixed width of the actions column of the moderation view. The + translated button titles can differ in size from the English titles. + [timo] + * Fix #2494228: Remove comments as well when a content object is deleted. [timo] diff --git a/plone/app/discussion/browser/stylesheets/discussion.css b/plone/app/discussion/browser/stylesheets/discussion.css index bf2d0f1..8deb390 100644 --- a/plone/app/discussion/browser/stylesheets/discussion.css +++ b/plone/app/discussion/browser/stylesheets/discussion.css @@ -88,10 +88,11 @@ .comment-publish-button { float: left; + margin-right: 0.5em; } .comment-delete-button { - float: right; + float: left; } #review-comments { @@ -102,9 +103,6 @@ padding: 2em 1em; } -#fieldset-moderate-comments .actions { - width: 14em; -} /* Plone 4 Styles @@ -143,7 +141,3 @@ .row .discussion label { font-weight:bold; } - -.row #fieldset-moderate-comments .actions { - width: 9em !important; -}