Commit b032dd7b authored by Sudhir Kumar's avatar Sudhir Kumar

styles changes

parent bbe8be7f
...@@ -285,11 +285,11 @@ specOld = simpleSpec performAction render' ...@@ -285,11 +285,11 @@ specOld = simpleSpec performAction render'
div [className "col-md-12"] div [className "col-md-12"]
[ button [className "btn btn-primary" [ button [className "btn btn-primary"
, onClick \_ -> d ShowControls , onClick \_ -> d ShowControls
,style {position:"relative",top:"-25px",left: "580px"} ,style {position:"relative",top:"-25px",left: "737px"}
] ]
[text "Show Controls"] [text "Show Controls"]
, button [className "btn btn-primary" , button [className "btn btn-primary"
, style {position:"relative",top:"-25px",left: "1262px"} , style {position:"relative",top:"-25px",left: "1380px"}
,onClick \_ -> d ShowSidePanel ,onClick \_ -> d ShowSidePanel
] [text "showSidePanel"] ] [text "showSidePanel"]
] ]
......
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