Commit 1904f91b authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'tree-api' of...

Merge branch 'tree-api' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into tree-api
parents 98929676 afc61659
......@@ -135,11 +135,16 @@ text-align: center;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right:10px solid black;
border-right:10px solid darkgray;
position : relative;
top: 55px;
left: -9px;
}
#rename-tooltip a:hover
{
text-decoration:none;
}
......@@ -242,7 +242,7 @@ renameTreeView d s@(NTree (LNode {id, name, nodeType, open, popOver, renameNodeV
div [className "col-md-12", _id "rename-tooltip",className "btn btn-secondary", _data {toggle : "tooltip", placement : "right"}, title "Settings on right"]
[ div [_id "arrow"] []
, div [className "panel panel-default", style {border:"1px solid rgba(0,0,0,0.2)", boxShadow : "0 5px 10px rgba(0,0,0,0.2)", borderRadius : "8px"}]
, div [className "panel panel-default", style {border:"1px solid rgba(0,0,0,0.2)", boxShadow : "0 2px 5px rgba(0,0,0,0.2)"}]
[
div [className "panel-heading", style {float:"left", width: "100%"}]
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment