I tried to use selectCheckboxMenu with multiple="true" and it's not rendering correctly. It's smaller than other components and the select button is displayed outside it.
https://www.dropbox.com/s/g5b77cq27gz83 ... u.png?dl=0

Code: Select all
<style type="text/css">
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon-triangle-1-s {
margin-top: -8px;
display: block;
}
</style>
Code: Select all
<style type="text/css">
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon-triangle-1-s
{
margin-top: -9px;
display: block;
}
body .ui-selectcheckboxmenu.ui-selectcheckboxmenu-multiple {
padding-top: 3px;
padding-right: 2px;
padding-bottom: 3px;
padding-left: 2px;
}
</style>
Code: Select all
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon-triangle-1-s {
margin-top: -9px;
display: block;
}
body .ui-selectcheckboxmenu.ui-selectcheckboxmenu-multiple {
padding-top: 0px;
}
body .ui-selectcheckboxmenu.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding: 2px 32px 2px 3px;
min-height: 30px;
}
Users browsing this forum: No registered users and 1 guest