diff options
Diffstat (limited to 'sca-cpp/trunk/modules')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html | 7 | ||||
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/graph/graph.js | 2 | ||||
-rw-r--r-- | sca-cpp/trunk/modules/js/htdocs/ui.css | 14 | ||||
-rw-r--r-- | sca-cpp/trunk/modules/js/htdocs/uicyan.css | 10 |
4 files changed, 20 insertions, 13 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; diff --git a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js index c2cdb66e89..fa202d6b86 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js +++ b/sca-cpp/trunk/modules/edit/htdocs/graph/graph.js @@ -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; diff --git a/sca-cpp/trunk/modules/js/htdocs/ui.css b/sca-cpp/trunk/modules/js/htdocs/ui.css index 5161bb0478..88d1806aaa 100644 --- a/sca-cpp/trunk/modules/js/htdocs/ui.css +++ b/sca-cpp/trunk/modules/js/htdocs/ui.css @@ -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-style: normal; font-variant: normal; font-si 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 { diff --git a/sca-cpp/trunk/modules/js/htdocs/uicyan.css b/sca-cpp/trunk/modules/js/htdocs/uicyan.css index 4decd1ee46..88d1806aaa 100644 --- a/sca-cpp/trunk/modules/js/htdocs/uicyan.css +++ b/sca-cpp/trunk/modules/js/htdocs/uicyan.css @@ -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-style: normal; font-variant: normal; font-si 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 { |