Commit e35e8ce6 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[DocsTable] trash button restyling

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