浏览代码

HUE-5111 [oozie] Add margin to the last widget on the workflow editor

Enrico Berti 9 年之前
父节点
当前提交
d55eb794ef
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

+ 2 - 1
apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

@@ -689,7 +689,8 @@ ${ dashboard.import_bindings() }
         _el.css({
         _el.css({
           "top": (lastSeenPosition.top) + "px",
           "top": (lastSeenPosition.top) + "px",
           "left": lastSeenPosition.left + "px",
           "left": lastSeenPosition.left + "px",
-          "width": _width
+          "width": _width,
+          "marginBottom": "20px"
         });
         });
         $("#exposeOverlay").fadeIn(300);
         $("#exposeOverlay").fadeIn(300);
         _el.animate({
         _el.animate({