summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/steps/booking_meta.html
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-18 11:51:22 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-18 11:55:01 -0400
commite0cc666804ca75fd0d7a0344d0b837a1483e6097 (patch)
treefd4ec58e56601943f8a8944e6651e9aa4e2f286a /dashboard/src/templates/booking/steps/booking_meta.html
parentedf354b9c4ff1b7e2cbd0ee1829872f122bd5eaa (diff)
Fix cross platform issues with SSMF
Change-Id: Iecaabd1175ffd35daa938561e374244139f38117 Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates/booking/steps/booking_meta.html')
-rw-r--r--dashboard/src/templates/booking/steps/booking_meta.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/dashboard/src/templates/booking/steps/booking_meta.html b/dashboard/src/templates/booking/steps/booking_meta.html
index cdd7834..410a7c8 100644
--- a/dashboard/src/templates/booking/steps/booking_meta.html
+++ b/dashboard/src/templates/booking/steps/booking_meta.html
@@ -10,6 +10,17 @@
padding: 5%;
}
+ .bkcontrib_panel {
+ display: flex;
+ flex-direction: column;
+ }
+
+ .bkcontrib_panel > .form-group {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ }
+
.panel{
padding: 5%;
/*border: solid 1px black;*/
@@ -52,7 +63,7 @@
</div>
<div class="panel panel_center">
</div>
- <div class="panel">
+ <div class="panel bkcontrib_panel">
<p>You may add collaborators on your booking to share resources with coworkers.</p>
{% bootstrap_field form.users label="Collaborators" %}
</div>