Completed
Last Updated: 19 Dec 2016 13:53 by ADMIN
ADMIN
Marin Bratanov
Created on: 07 Dec 2016 09:40
Category: Editor
Type: Bug Report
0
Buttons are clipped in HyperLink Manager dialog for some skins
A workaround is to add the following CSS rules to the DialogsCssFile stylesheet:

.reLightweightDialog.RadForm_BlackMetroTouch.redLinkManager body,
.reLightweightDialog.RadForm_Bootstrap.redLinkManager body
{
	width: 540px;
	height: 540px !important;
}

/*or use that, which will affect all skins: */
/*.reLightweightDialog.redLinkManager body
{
	width: 540px;
	height: 540px !important;
}*/
Attached Files:
0 comments