fix styles for action column in moderation view.

svn path=/plone.app.discussion/trunk/; revision=32357
This commit is contained in:
Timo Stollenwerk 2009-12-08 15:29:37 +00:00
parent 6ddfbff8df
commit 42f8da327b
2 changed files with 10 additions and 37 deletions

View File

@ -100,7 +100,7 @@
</td>
<td tal:content="structure python:view.cook(item.Description)" />
<td style="width: 11em;">
<td class="actions">
<input id=""
class="context comment-publish-button"
type="submit"

View File

@ -77,42 +77,6 @@
/* Moderation View
---------------------------------------------------------------- */
ul.filter {
margin-top: 2em;
}
.filter form {
display:inline-block;
width: 75px;
}
.filter input {
width: 80px;
}
.filter input.selected,
.filter input:hover {
background: #DEE7EC;
}
.filter .firstFormTab input {
border-left: 1px solid #8CACBB;
}
.filter .lastFormTab input {
border-right: 1px solid #8CACBB;
}
.filter input {
background: White;
border-bottom: 1px solid #8CACBB;
border-left: 1px dotted #8CACBB;
border-top: 1px solid #8CACBB;
margin: 0;
padding: 0.125em 0.75em;
text-decoration: none;
}
#bulkactions {
text-align: left;
}
@ -137,6 +101,10 @@ ul.filter {
padding: 2em 1em;
}
#fieldset-moderate-comments .actions {
width: 11em;
}
/* Plone 4 Styles
---------------------------------------------------------------- */
@ -167,3 +135,8 @@ ul.filter {
.row label {
font-weight:bold;
}
.row #fieldset-moderate-comments .actions {
width: 9em !important;
}