this seems to be related to this in my load_skin.js:
Code:
isc.DateChooser.changeDefaults("buttonLayoutDefaults", {
membersMargin:10,
layoutMargin: 0,
layoutTopMargin:4,
styleName:"dateChooserBorderTop",
height:44, width:"100%"
});
It's not clear to me why this has this effect (navigationLayoutDefaults is also width:"100%", and here this does not result in a size change). But I can get my application to look like before with this, so this is solved for me.
Thanks & Best regards
Blama
Leave a comment: