Improvements to Ajax pickers - better default height and overridable height property on associated JSF components

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7665 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-12-13 15:34:40 +00:00
parent 3ec7abd1c0
commit a3054cbb97
6 changed files with 79 additions and 7 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ div.pickerSelector
div.pickerResultsList
{
*width: 300px;
height: 120px;
height: 168px;
overflow: auto;
clear: both;
}
@@ -87,7 +87,7 @@ div.pickerAjaxWait
background-repeat: no-repeat;
background-position: 50% 65%;
width: 292px;
height: 120px;
height: 168px;
overflow: hidden;
display: none;
position: absolute;