minor footer height adjustment.

This commit is contained in:
Heng Sin Low 2013-06-27 01:01:01 +08:00
parent fd19a9058b
commit e978aafe0d
1 changed files with 2 additions and 2 deletions

View File

@ -346,12 +346,12 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
center.appendChild(iframe); center.appendChild(iframe);
South south = new South(); South south = new South();
south.setHeight("22px"); south.setHeight("34px");
layout.appendChild(south); layout.appendChild(south);
reportLink = new A(); reportLink = new A();
reportLink.setTarget("_blank"); reportLink.setTarget("_blank");
Div linkDiv = new Div(); Div linkDiv = new Div();
linkDiv.setStyle("width:100%; height: 20px"); linkDiv.setStyle("width:100%; height: 30px; padding-top: 2px;");
linkDiv.appendChild(reportLink); linkDiv.appendChild(reportLink);
south.appendChild(linkDiv); south.appendChild(linkDiv);
//m_WindowNo //m_WindowNo