Commit b5591b44 authored by Abinaya Sudhir's avatar Abinaya Sudhir

Search is now full page

parent e32fc410
...@@ -61,10 +61,7 @@ searchSpec = simpleSpec performAction render ...@@ -61,10 +61,7 @@ searchSpec = simpleSpec performAction render
[ [
div [className "row"] div [className "row"]
[ [
div [className "col-md-3"] div [className "col-md-10"]
[ h3 [] [text "Treeview"]
]
, div [className "col-md-9"]
[ br' [] [ br' []
, br' [] , br' []
, div [className "form-group"] , div [className "form-group"]
...@@ -78,10 +75,15 @@ searchSpec = simpleSpec performAction render ...@@ -78,10 +75,15 @@ searchSpec = simpleSpec performAction render
onInput \e -> dispatch (SetQuery (unsafeEventValue e)) onInput \e -> dispatch (SetQuery (unsafeEventValue e))
] [] ] []
, br'[] , br'[]
, button [onClick \_ -> dispatch GO] [text "GO"]
] ]
] ]
, div [className "col-md-2"]
[ br' []
, br' []
, button [onClick \_ -> dispatch GO] [text "GO"]
]
] ]
] ]
] ]
......
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