From cac685966eebdf61db777860eae946f9a039187f Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Tue, 29 Jan 2019 10:05:27 -0500 Subject: Allow Users to Delete objects and Cancel Bookings A user can now delete thier own resources, configs, and snapshots as well as cancelling bookings. Change-Id: Ic8e4751feeb0b8fa0d76816b8df2d16729ad2828 Signed-off-by: Parker Berberian --- dashboard/src/static/css/detail_view.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dashboard/src/static/css/detail_view.css') diff --git a/dashboard/src/static/css/detail_view.css b/dashboard/src/static/css/detail_view.css index 69a2643..7948d85 100644 --- a/dashboard/src/static/css/detail_view.css +++ b/dashboard/src/static/css/detail_view.css @@ -10,6 +10,19 @@ font-size: 16px; } +.detail_button_container .btn { + width: 49%; +} + +.detail_button_container .btn-danger { + float: right; +} + +#modal_warning { + transition: max-height 0.5s ease-out; + overflow: hidden; +} + .detail_card { border: 2px; border-color: black; -- cgit 1.2.3-korg