Several enhancements for Foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@3084 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
a2d007d41b
commit
8592762bc6
|
|
@ -52,6 +52,7 @@
|
||||||
name="{@param}"
|
name="{@param}"
|
||||||
value="{@value}"
|
value="{@value}"
|
||||||
title="Enter one or more search terms"/>
|
title="Enter one or more search terms"/>
|
||||||
|
<br/>
|
||||||
<xsl:apply-templates select="../bebop:formWidget"/>
|
<xsl:apply-templates select="../bebop:formWidget"/>
|
||||||
</span>
|
</span>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
|
||||||
|
|
@ -610,7 +610,7 @@
|
||||||
<xsl:sequence select="foundry:message-warn(concat('Setting "', $setting, '" not found in global.xml'))"/>
|
<xsl:sequence select="foundry:message-warn(concat('Setting "', $setting, '" not found in global.xml'))"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:sequence select="foundry:message-warn(concat('Setting "', $setting, '" not found in', $module, '.xml'))"/>
|
<xsl:sequence select="foundry:message-warn(concat('Setting "', $setting, '" not found in ', $module, '.xml'))"/>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:message>
|
</xsl:message>
|
||||||
|
|
|
||||||
|
|
@ -879,7 +879,7 @@ span.sortButtons span a img {
|
||||||
|
|
||||||
/*----Fieldset Legend----*/
|
/*----Fieldset Legend----*/
|
||||||
div#search{
|
div#search{
|
||||||
width: 100%;
|
/*width: 100%;*/
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
@ -934,7 +934,6 @@ div#search .filterName {
|
||||||
}
|
}
|
||||||
|
|
||||||
div#search .filterParam {
|
div#search .filterParam {
|
||||||
display: table-cell;
|
|
||||||
padding-bottom: 1.2em;
|
padding-bottom: 1.2em;
|
||||||
padding-top:0.5em;
|
padding-top:0.5em;
|
||||||
}
|
}
|
||||||
|
|
@ -944,6 +943,8 @@ div#search .filterParam >select{
|
||||||
-webkit-border-radius:5px;
|
-webkit-border-radius:5px;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
|
width: 100%;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CMS GlobalNavigation */
|
/* CMS GlobalNavigation */
|
||||||
|
|
@ -1118,7 +1119,7 @@ div#right div.bebop-body {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
background-color: #f2f0ff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.bebop-body table tr{
|
div.bebop-body table tr{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue