Plone 4 styles added.
svn path=/plone.app.discussion/trunk/; revision=32349
This commit is contained in:
parent
ff9e2205c9
commit
a672c1ed11
@ -26,6 +26,11 @@
|
||||
margin-right: -90px;
|
||||
}
|
||||
|
||||
.commentImage a:link {
|
||||
/* Override the default bottom border of links in Plone 4. */
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.commentImage img {
|
||||
margin-right: 1em;
|
||||
}
|
||||
@ -131,3 +136,30 @@ ul.filter {
|
||||
#fieldset-moderate-comments {
|
||||
padding: 2em 1em;
|
||||
}
|
||||
|
||||
|
||||
/* Plone 4 Styles
|
||||
---------------------------------------------------------------- */
|
||||
|
||||
/* These styles are only applied for Plone 4, since Plone 3.x does
|
||||
not have a .row class for portal-column-content. */
|
||||
|
||||
.row #commenting {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.row textarea {
|
||||
font: 100% Monaco, "Courier New", Courier, monospace;
|
||||
width: 100%;
|
||||
}
|
||||
.row fieldset {
|
||||
border: 0.1em solid #329fd7;
|
||||
border-style: solid none none none;
|
||||
}
|
||||
.row legend {
|
||||
padding: 0.5em 0.5em 0.5em 0;
|
||||
font-size: 85%;
|
||||
}
|
||||
.row label {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user