[Bug #1256] Removed inner padding on help tooltip

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-12-09 10:49:29 +01:00
parent 221a9628f2
commit 89cf3966a5

View file

@ -87,11 +87,11 @@
i18nHelpLink = "/help/" + org.libreplan.web.I18nHelper._("en") + "/" + menuContainer.getHelpLink();
i18nAboutLink = "/help/" + org.libreplan.web.I18nHelper._("en") + "/20-acerca-de.html";
]]></zscript>
<popup id="help-popup" width="700px" style="position:relative;right:190px;padding:10px"
<popup id="help-popup" width="700px"
onOpen="helpIframe.setSrc(i18nHelpLink)">
<iframe id="helpIframe" width="670px" height="450px" style="border: 1px solid gray" />
</popup>
<popup id="help-about" width="700px" style="position:relative;right:190px;padding:10px"
<popup id="help-about" width="700px"
onOpen="aboutIframe.setSrc(i18nAboutLink)">
<iframe id="aboutIframe" width="670px" height="350px" style="border: 1px solid gray" />
</popup>