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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user