summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html')
-rw-r--r--sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html b/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
index 6072624e84..9d63253830 100644
--- a/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
+++ b/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
@@ -37,9 +37,9 @@
<br/>
<br/>
-<div id="newApp" style="visibility: hidden;">
+<div id="newApp" style="visibility: hidden; height: 100%;">
<table style="width: 100%;">
-<tr><th class="thl thr">Create an App</th></tr>
+<tr><th id="newAppHeader" class="thl thr" style="border-style: none;">Create an App</th></tr>
<tr><td></td></tr>
</table>
<br/>
@@ -58,6 +58,8 @@
<input id="createAppCancelButton" type="button" value="Cancel"/>
</td></tr>
</table>
+<br/>
+<br/>
</div>
</div>
@@ -126,6 +128,7 @@ $('createAppButton').onclick = function() {
$('appTitle').value = deftitle;
$('appCategory').value = defcategory;
$('appDescription').value = defdesc;
+ $('newAppHeader').style.borderStyle = 'solid';
$('newApp').style.visibility = 'visible';
$('appName').focus();
return false;