summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs/main.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/modules/edit/htdocs/main.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/main.html b/sca-cpp/trunk/modules/edit/htdocs/main.html
index a9f074c8ae..65909c1a94 100644
--- a/sca-cpp/trunk/modules/edit/htdocs/main.html
+++ b/sca-cpp/trunk/modules/edit/htdocs/main.html
@@ -24,7 +24,10 @@
</head>
<body>
-<p>This module implements simple tools to help you create Tuscany apps.</p>
+<div style="position: absolute; top: 0px; left: 0px; right: 0px;">
+
+<div>This module implements simple tools to help you create Tuscany apps.</div>
+<br/>
<h2>App Dashboard</h2>
<p>Try the <a href="dash" target="_parent">App Dashboard</a> to manage your collection of apps.</p>
@@ -38,5 +41,7 @@
<h2>Page Editor</h2>
<p>Try the <a href="page/?app=store" target="_parent">Page Editor</a> to draw an app page.</p>
+</div>
+
</body>
</html>