Fix some z-index values

This commit is contained in:
Madhura Jayaratne 2012-12-09 12:57:06 +05:30
parent 41d20eee1a
commit 941bb5798e
3 changed files with 7 additions and 7 deletions

View File

@ -110,7 +110,7 @@ function MouseDown(e)
alert(" dx = " + dx + " dy = " +dy);
*/
cur_click.style.zIndex = 401;
cur_click.style.zIndex = 2;
}
if (layer_menu_cur_click) {
offsetx = e.pageX;
@ -163,7 +163,7 @@ function MouseUp(e)
if (cur_click != null) {
document.getElementById("canvas").style.display = 'inline-block';
Re_load();
cur_click.style.zIndex = 400;
cur_click.style.zIndex = 1;
cur_click = null;
}
layer_menu_cur_click = 0;

View File

@ -235,7 +235,7 @@ for ($i = 0; $i < count($GLOBALS['PMD']["TABLE_NAME"]); $i++) {
echo ! isset($tab_pos[$t_n]) || $tab_pos[$t_n]["H"]
? "visible"
: "hidden"; ?>;
z-index: 400;">
z-index: 1;">
<thead>
<tr>
<?php

View File

@ -322,7 +322,7 @@ a.M_butt:hover {
}
#layer_menu {
z-index: 402;
z-index: 100;
position: absolute;
left: 0;
background-color: #EAEEF0;
@ -333,14 +333,14 @@ a.M_butt:hover {
position: absolute;
left: 637px;
top: 224px;
z-index: 402;
z-index: 100;
}
#layer_new_relation {
position: absolute;
left: 636px;
top: 85px;
z-index: 402;
z-index: 100;
width: 153px;
}
@ -348,7 +348,7 @@ a.M_butt:hover {
position: absolute;
left: 636px;
top: 85px;
z-index: 402;
z-index: 100;
width: 153px;
}