summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-02-20 22:03:45 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-02-20 22:03:45 +0000
commit844d7bf0cfde2bccca36c583d4221d7b461772cf (patch)
tree69b83dab6e102acacf9f367e7cb7a49722323a11 /sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
parente589ec876037b21ad395e5e91b7272aa15a840e9 (diff)
Minor CSS fixes for cross-browser compatibility.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1072762 13f79535-47bb-0310-9956-ffa450edef68
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;