git-svn-id: https://svn.libreccm.org/ccm/trunk@3459 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
cd0aee748e
commit
d023ece326
|
|
@ -153,6 +153,9 @@
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<xsl:call-template name="foundry:process-datatree-attributes"/>
|
<xsl:call-template name="foundry:process-datatree-attributes"/>
|
||||||
|
<xsl:if test="$escape = 'yes'">
|
||||||
|
<xsl:attribute name="class" select="'escaped wysiwyg'"/>
|
||||||
|
</xsl:if>
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="$color != ''">
|
<xsl:when test="$color != ''">
|
||||||
<xsl:attribute name="style">
|
<xsl:attribute name="style">
|
||||||
|
|
|
||||||
|
|
@ -1310,6 +1310,7 @@ span.cmsTaskCommentCredentials {
|
||||||
div.cmsNotesDisplay {
|
div.cmsNotesDisplay {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
border: solid 1px #999999;
|
border: solid 1px #999999;
|
||||||
|
min-height: 7.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cmsNotesContent {
|
div.cmsNotesContent {
|
||||||
|
|
@ -1801,4 +1802,8 @@ span#quickLinksCascade {
|
||||||
|
|
||||||
.static-new-item-form input {
|
.static-new-item-form input {
|
||||||
height: 1.8em;
|
height: 1.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wysiwyg ul {
|
||||||
|
list-style: disc inside;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue