diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2010-07-27 09:51:55 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2010-07-27 09:51:55 +0000 |
commit | 66a1e0545eca48d90b29b2c35c82be8dccb28bfa (patch) | |
tree | 8deab006a449bea6ba11a71fbd6edfa3d378ae78 /id/server/auth/src | |
parent | ecc31875b8eb4ffa5b44c4f4ef9b863daa22a682 (diff) | |
download | moa-id-spss-66a1e0545eca48d90b29b2c35c82be8dccb28bfa.tar.gz moa-id-spss-66a1e0545eca48d90b29b2c35c82be8dccb28bfa.tar.bz2 moa-id-spss-66a1e0545eca48d90b29b2c35c82be8dccb28bfa.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1176 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/auth/src')
-rw-r--r-- | id/server/auth/src/main/webapp/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/auth/src/main/webapp/index.html b/id/server/auth/src/main/webapp/index.html index 46ac4dd86..1cb5030a6 100644 --- a/id/server/auth/src/main/webapp/index.html +++ b/id/server/auth/src/main/webapp/index.html @@ -24,7 +24,7 @@ var iframe = document.createElement("iframe");
iframe.setAttribute("src", "iframeOnlineBKU.html");
iframe.setAttribute("width", "210");
- iframe.setAttribute("height", "150");
+ iframe.setAttribute("height", "155");
iframe.setAttribute("frameborder", "0");
iframe.setAttribute("scrolling", "no");
iframe.setAttribute("title", "Login");
|