Merge pull request #1584 from harish095/Designer-bug-fix

Minor UI bug fix in designer
This commit is contained in:
Marc Delisle 2015-03-18 08:36:02 -04:00
commit 56d1070da9

View File

@ -351,7 +351,7 @@ a.M_butt:hover {
}
#layer_menu {
z-index: 100;
z-index: 98;
position: relative;
float: right;
background-color: #EAEEF0;
@ -387,7 +387,11 @@ a.M_butt:hover {
#layer_menu_sizer {
background-image: url(<?php echo $resizeImg; ?>);
cursor: nw-resize;
cursor: ne-resize;
}
.left #layer_menu_sizer {
cursor: nw-resize;
}
.panel {