minor footer height adjustment.
This commit is contained in:
parent
fd19a9058b
commit
e978aafe0d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue