Small changes for handling of the new integrated labels in Mandalay: Added a class to labels to avoid site effects in CSS.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2710 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-06-18 07:32:28 +00:00
parent da6df35eff
commit beb861d78c
2 changed files with 2 additions and 2 deletions

View File

@ -1531,7 +1531,7 @@ input#file_upload{
padding-left: 5px;
}*/
#content form label {
#content form label.widgetLabel {
display :block;
font-weight: bold;
margin-top: 0.5em;

View File

@ -224,7 +224,7 @@
<xsl:param name="widget"/>
<xsl:if test="$widget/@label">
<label for="{$widget/@name}">
<label for="{$widget/@name}" class="widgetLabel">
<xsl:value-of select="$widget/@label"/>
<xsl:if test="string-length($widget/@hint) &gt; 0">
<span class="hint">