X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=f0a0a9810e8b31b87f752f7ab628ceda81a6e2f4;hb=5fa01c83781bbb977710f84ec20ff882d59b8034;hp=c5cee044869b7f4d5931cf15acfd56a89558eacb;hpb=4e5f9085c9e83cf31552106137fef2f38c886bee;p=brisk.git diff --git a/web/commons.js b/web/commons.js index c5cee04..f0a0a98 100644 --- a/web/commons.js +++ b/web/commons.js @@ -695,8 +695,10 @@ function notify_document(st, text, tout, butt, confirm_func, w, h, is_opa, block cont.style.borderBottomStyle = "solid"; cont.style.borderBottomWidth = "1px"; cont.style.borderBottomColor = "gray"; - cont.style.height = (h - 30)+"px"; + cont.style.height = (h - 50)+"px"; cont.style.overflow = "auto"; + cont.style.textAlign = "left"; + cont.style.padding = "8px"; cont.style.fontFamily = "monospace"; cont.innerHTML = text;