Commit bec1f38a authored by Abinaya Sudhir's avatar Abinaya Sudhir

Layout needs to be fixed

parent 03e20929
......@@ -17,6 +17,9 @@
position: relative;
padding-left: 5px;
}
#toolbar {display : inline;}
#toolbar ul li {display : inline }
#toolbar ul li form {display : inline}
.tree { margin-top : 125px;}
.tree ul li::before {
content: " ";
......
......@@ -20,7 +20,10 @@ spec = simpleSpec defaultPerformAction render
[ menu [_id "toolbar"]
[ ul'
[ li'
[--GraphLoader here
[ form'
[ input [_type "file", name "file", value ""] []
, input [_type "submit", value "submit"] []
]
]
, li'
[ button [className "btn btn-success btn-sm"] [text "Change Type"]
......
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