diff --git a/warp/static/css/app.css b/warp/static/css/app.css index c0fa93f..33a6da5 100644 --- a/warp/static/css/app.css +++ b/warp/static/css/app.css @@ -36,6 +36,11 @@ li.subparser { color: #FFFFFF; } +.helpbutton { + position: relative; + z-index: 1; +} + #output .err { color: #990000; } @@ -66,7 +71,7 @@ li.action { position: absolute; top: 0; left: 0; - width: 100%; + width: 0; height: 100%; background-color: #000000; opacity: 0.5; diff --git a/warp/static/js/app.js b/warp/static/js/app.js index f0c08dc..4258f69 100644 --- a/warp/static/js/app.js +++ b/warp/static/js/app.js @@ -151,12 +151,14 @@ function createAction(action) { } else { var li = $("
  • ",{'id': 'action-' + action['uuid']}).addClass("action"); var row = $("
    ").addClass("row").appendTo(li); + var labeldiv = $("
    ").addClass("columns small-3").appendTo(row); var label = $("