Merged in mcuiza/processmaker/PM-2615 (pull request #2322)

PM-2615 - Personal Information: No se despliega la información del usuario en toda la pantalla
This commit is contained in:
Julio Cesar Laura Avendaño
2015-06-11 08:46:06 -04:00

View File

@@ -28,7 +28,7 @@
{
oCasesFrame = document.getElementById('frameMain');
oClientWinSize = getClientWindowSize();
height = oClientWinSize.height - 105;
height = oClientWinSize.height - 70 + "px";
oCasesFrame.style.height = height;
}
function getStyle(targetElement,styleProp)