summaryrefslogtreecommitdiffstats
path: root/dashboard/src/static/css/detail_view.css
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/static/css/detail_view.css')
-rw-r--r--dashboard/src/static/css/detail_view.css13
1 files changed, 13 insertions, 0 deletions
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;