Fix some z-index values
This commit is contained in:
parent
41d20eee1a
commit
941bb5798e
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user