Personal Information: No se despliega la informacióel usuario en toda la pantalla

Se corrigio la asignacion del atributo height de la ventana para su correcta visualizacion.
This commit is contained in:
marcelo.cuiza
2015-06-10 15:53:18 -04:00
parent 4ee1c1ec70
commit c246476b9e

View File

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