mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user