diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-08 16:16:41 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-08 16:16:41 +0000 |
commit | 0efe05039fe08b3d7971895b07245d96abf97990 (patch) | |
tree | 02a384b72dd1da58e870f50702d76e4c3aab3a5e /BKUOnline/src/main/webapp/appletPage.jsp | |
parent | 265782abea00bf81f52b0de00389378529ba65d2 (diff) | |
download | mocca-0efe05039fe08b3d7971895b07245d96abf97990.tar.gz mocca-0efe05039fe08b3d7971895b07245d96abf97990.tar.bz2 mocca-0efe05039fe08b3d7971895b07245d96abf97990.zip |
clean page (body no padding, margin...)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@259 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/appletPage.jsp')
-rw-r--r-- | BKUOnline/src/main/webapp/appletPage.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUOnline/src/main/webapp/appletPage.jsp b/BKUOnline/src/main/webapp/appletPage.jsp index d7749dd9..e1bb6e21 100644 --- a/BKUOnline/src/main/webapp/appletPage.jsp +++ b/BKUOnline/src/main/webapp/appletPage.jsp @@ -30,7 +30,7 @@ </head> <% int width = session.getAttribute("appletWidth") == null ? 190 - : (Integer) session.getAttribute("appletWidth"); + : (Integer) session.getAttribute("appletWidth"); //230 for workshop demo integration int height = session.getAttribute("appletHeight") == null ? 130 : (Integer) session.getAttribute("appletHeight"); String backgroundImg = (String) session.getAttribute("appletBackground"); @@ -38,7 +38,7 @@ String hashDataDisplay = (String) session.getAttribute("appletHashDataDisplay"); String locale = (String) session.getAttribute("locale"); %> - <body style="background:#ffffff;padding:0;margin-top:0;border-style: none;"> + <body style="background:#ffffff;padding:0;margin:0;border-style: none;width:<%=width%>"> <!--width:<%=width%>px;margin:auto;--> <!--<div style="display: table; height: <%=height%>px; #position: relative; overflow: hidden;border: thin solid green;"> <div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;"> |