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
This commit is contained in:
Timo Stollenwerk 2010-03-17 11:00:10 +00:00
parent 0776fecfd2
commit 5fedf90f18
2 changed files with 6 additions and 8 deletions

View File

@ -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]

View File

@ -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;
}