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}"
|
||||
value="{@value}"
|
||||
title="Enter one or more search terms"/>
|
||||
<br/>
|
||||
<xsl:apply-templates select="../bebop:formWidget"/>
|
||||
</span>
|
||||
</xsl:template>
|
||||
|
|
|
|||
|
|
@ -610,7 +610,7 @@
|
|||
<xsl:sequence select="foundry:message-warn(concat('Setting "', $setting, '" not found in global.xml'))"/>
|
||||
</xsl:when>
|
||||
<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:choose>
|
||||
</xsl:message>
|
||||
|
|
|
|||
|
|
@ -879,7 +879,7 @@ span.sortButtons span a img {
|
|||
|
||||
/*----Fieldset Legend----*/
|
||||
div#search{
|
||||
width: 100%;
|
||||
/*width: 100%;*/
|
||||
margin-top: 15px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
@ -934,7 +934,6 @@ div#search .filterName {
|
|||
}
|
||||
|
||||
div#search .filterParam {
|
||||
display: table-cell;
|
||||
padding-bottom: 1.2em;
|
||||
padding-top:0.5em;
|
||||
}
|
||||
|
|
@ -944,6 +943,8 @@ div#search .filterParam >select{
|
|||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
background-color: #fbfbfb;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/* CMS GlobalNavigation */
|
||||
|
|
@ -1118,7 +1119,7 @@ div#right div.bebop-body {
|
|||
overflow: auto;
|
||||
position: absolute;
|
||||
padding: 0em 1em;
|
||||
background-color: #f2f0ff;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
div.bebop-body table tr{
|
||||
|
|
|
|||
Loading…
Reference in New Issue