Some small fixes for the Content Centre CSS (#2492, #2491).

git-svn-id: https://svn.libreccm.org/ccm/trunk@3459 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-06-04 09:02:58 +00:00
parent cd0aee748e
commit d023ece326
2 changed files with 8 additions and 0 deletions

View File

@ -153,6 +153,9 @@
<span>
<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:when test="$color != ''">
<xsl:attribute name="style">

View File

@ -1310,6 +1310,7 @@ span.cmsTaskCommentCredentials {
div.cmsNotesDisplay {
margin-bottom: 1em;
border: solid 1px #999999;
min-height: 7.5em;
}
div.cmsNotesContent {
@ -1801,4 +1802,8 @@ span#quickLinksCascade {
.static-new-item-form input {
height: 1.8em;
}
.wysiwyg ul {
list-style: disc inside;
}