Commit e35e8ce6 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[DocsTable] trash button restyling

parent 11f5e8ff
...@@ -196,12 +196,13 @@ layoutDocview = simpleSpec performAction render ...@@ -196,12 +196,13 @@ layoutDocview = simpleSpec performAction render
, dispatch , dispatch
} }
] ]
, div [className "col-md-12"] , div [className "col-md-1 col-md-offset-11"]
[ button [ style {backgroundColor: "peru", padding : "9px", color : "white", border : "white", float: "right"} [ button [ className "btn"
, style {backgroundColor: "peru", color : "white", border : "white"}
, onClick $ (\_ -> dispatch Trash) , onClick $ (\_ -> dispatch Trash)
] ]
[ i [className "glyphitem glyphicon glyphicon-trash", style {marginRight : "9px"}] [] [ i [className "glyphitem glyphicon glyphicon-trash"] []
, text "Trash it !" , text "Trash all"
] ]
] ]
] ]
......
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