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-94f89814c4dfmaster
parent
da6df35eff
commit
beb861d78c
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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) > 0">
|
||||
<span class="hint">
|
||||
|
|
|
|||
Loading…
Reference in New Issue