Several enhancements for Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@3084 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-01-17 11:41:41 +00:00
parent a2d007d41b
commit 8592762bc6
3 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

@ -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{