Author: jsdelfino
Date: Sun Feb 20 22:03:45 2011
New Revision: 1072762
URL: http://svn.apache.org/viewvc?rev=1072762&view=rev
Log:
Minor CSS fixes for cross-browser compatibility.
Modified:
tuscany/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
tuscany/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js
tuscany/sca-cpp/trunk/modules/js/htdocs/ui.css
tuscany/sca-cpp/trunk/modules/js/htdocs/uicyan.css
Modified: tuscany/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html
URL:
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html?rev=1072762&r1=1072761&r2=1072762&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html (original)
+++ tuscany/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html Sun Feb 20
22:03:45 2011
@@ -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;
Modified: tuscany/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js
URL:
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js?rev=1072762&r1=1072761&r2=1072762&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js (original)
+++ tuscany/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js Sun Feb 20
22:03:45 2011
@@ -305,7 +305,6 @@ if (ui.isIE()) {
// component, reference and property titles
graph.comptitlewidthdiv = document.createElement('span');
graph.comptitlewidthdiv.style.visibility = 'hidden'
- graph.comptitlewidthdiv.style.fontWeight = 'bold'
div.appendChild(graph.comptitlewidthdiv);
graph.reftitlewidthdiv = document.createElement('span');
@@ -314,6 +313,7 @@ if (ui.isIE()) {
graph.proptitlewidthdiv = document.createElement('span');
graph.proptitlewidthdiv.style.visibility = 'hidden'
+ graph.proptitlewidthdiv.style.fontWeight = 'bold'
div.appendChild(graph.proptitlewidthdiv);
return vmlg;
Modified: tuscany/sca-cpp/trunk/modules/js/htdocs/ui.css
URL:
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/js/htdocs/ui.css?rev=1072762&r1=1072761&r2=1072762&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/js/htdocs/ui.css (original)
+++ tuscany/sca-cpp/trunk/modules/js/htdocs/ui.css Sun Feb 20 22:03:45 2011
@@ -49,16 +49,16 @@ padding: 0px;
}
td {
-padding-left: 2px; padding-top: 2px; padding-right: 8px; white-space: nowrap;
vertical-align: text-top;
+padding-left: 2px; padding-top: 2px; padding-right: 8px; white-space: nowrap;
vertical-align: text-top; border: 0px;
overflow: hidden;
}
.tdl {
-border-right: 1px;
+border-right: 1px; border-style: solid; border-color: #a2bae7;
}
.tdr {
-border-left: 1px;
+border-left: 1px; border-style: solid; border-color: #a2bae7;
}
.tdw {
@@ -86,21 +86,23 @@ font-family: arial,sans-serif; font-styl
a:link {
color: #598edd;
+text-decoration: none
}
a:visited {
color: #598edd;
+text-decoration: none
}
.amenu {
color: #598edd;
-text-decoration: underline
+text-decoration: none
}
.smenu {
font-weight: bold;
-color: #598edd;
-text-decoration: underline
+color: #000000;
+text-decoration: none
}
h1 {
Modified: tuscany/sca-cpp/trunk/modules/js/htdocs/uicyan.css
URL:
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/js/htdocs/uicyan.css?rev=1072762&r1=1072761&r2=1072762&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/js/htdocs/uicyan.css (original)
+++ tuscany/sca-cpp/trunk/modules/js/htdocs/uicyan.css Sun Feb 20 22:03:45 2011
@@ -49,7 +49,7 @@ padding: 0px;
}
td {
-padding-left: 2px; padding-top: 2px; padding-right: 8px; white-space: nowrap;
vertical-align: text-top;
+padding-left: 2px; padding-top: 2px; padding-right: 8px; white-space: nowrap;
vertical-align: text-top; border: 0px;
overflow: hidden;
}
@@ -86,21 +86,23 @@ font-family: arial,sans-serif; font-styl
a:link {
color: #598edd;
+text-decoration: none
}
a:visited {
color: #598edd;
+text-decoration: none
}
.amenu {
color: #598edd;
-text-decoration: underline
+text-decoration: none
}
.smenu {
font-weight: bold;
-color: #598edd;
-text-decoration: underline
+color: #000000;
+text-decoration: none
}
h1 {