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:
parent
0776fecfd2
commit
5fedf90f18
@ -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]
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user