diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-12-05 08:21:52 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-12-05 08:21:52 +0000 |
commit | 14511121947bde5ea75de4afdf1ffb8c705e61eb (patch) | |
tree | ae3cec66cf5a63b08d17e30b2bd87c25aa4a3644 /WebContent/index.html | |
parent | cdda2691d22789afffc7e8cce52b52c0e990766f (diff) | |
download | vaadin-framework-14511121947bde5ea75de4afdf1ffb8c705e61eb.tar.gz vaadin-framework-14511121947bde5ea75de4afdf1ffb8c705e61eb.zip |
Fixed overlapping panels.
svn changeset:3170/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 64b633e7aa..54c223c087 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -39,7 +39,7 @@ package.style.cssFloat = "right"; package.style.styleFloat = "right"; package.style.clear = "right"; - package.style.marginTop = "-105px"; + package.style.marginTop = "-37px"; package.style.marginRight = "1px"; package.style.display = "inline"; additionalDemosContent.style.display = "none"; @@ -92,7 +92,7 @@ if(which._open) { package.style.marginTop = "8px"; } else { - package.style.marginTop = "-105px"; + package.style.marginTop = "-37px"; } } }, |