aboutsummaryrefslogtreecommitdiffstats
path: root/src/static
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-02-01 15:30:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-02-01 15:30:36 +0000
commit0b48d9b6cb6941a9cecedc409ec0968d0b72ec62 (patch)
tree21d5846ee35b961e153a4207f1b207dcd63650f9 /src/static
parenta4ad17749b58b5c9696acace6d3aced372051284 (diff)
parentfef3a855657a7e5c2393dc469690d73bb249bd8f (diff)
Merge "Allow Users to Delete objects and Cancel Bookings"
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/detail_view.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/css/detail_view.css b/src/static/css/detail_view.css
index 69a2643..7948d85 100644
--- a/src/static/css/detail_view.css
+++ b/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;