From 7fec796ae500313ddbbbedf32d4f7581985d41d4 Mon Sep 17 00:00:00 2001 From: Brandon Lo Date: Thu, 27 Jun 2019 15:43:55 -0400 Subject: Replace and change CSS Fix animation bugs Fix layout issues Replace custom CSS to bootstrap classes Remove unused files Change code to use es6 syntax Add dropdown styles Change-Id: Ie2ed31fa2e6763cf30d3b19e4bf9379019cbb0f5 Signed-off-by: Brandon Lo --- src/templates/booking/steps/booking_meta.html | 85 ++++++++------------------- 1 file changed, 23 insertions(+), 62 deletions(-) (limited to 'src/templates/booking/steps/booking_meta.html') diff --git a/src/templates/booking/steps/booking_meta.html b/src/templates/booking/steps/booking_meta.html index 710d4ee..a7bb8b9 100644 --- a/src/templates/booking/steps/booking_meta.html +++ b/src/templates/booking/steps/booking_meta.html @@ -5,72 +5,33 @@ {% block content %} - - {% bootstrap_form_errors form type='non_fields' %}
{% csrf_token %} -
-
-
- {% bootstrap_field form.purpose %} - {% bootstrap_field form.project %} - {% bootstrap_field form.length %} -

Days:

0 - - {% bootstrap_field form.info_file %} -

You must provide a url to your project's INFO.yaml file if you are a PTL and you are trying to book a POD with multiple servers in it.

- {% bootstrap_field form.deploy_opnfv %} -
-
-
-
-

You may add collaborators on your booking to share resources with coworkers.

- {% bootstrap_field form.users label="Collaborators" %} +
+
+
+ {% bootstrap_field form.purpose %} + {% bootstrap_field form.project %} + {% bootstrap_field form.length %} + Days: 0 + + {% bootstrap_field form.info_file %} +

You must provide a url to your project's INFO.yaml file if you are a PTL and you are trying to book a POD with multiple servers in it.

+ {% bootstrap_field form.deploy_opnfv %} +
+
+

You may add collaborators on your booking to share resources with coworkers.

+ {% bootstrap_field form.users label="Collaborators" %} +
- - {% buttons %} - - {% endbuttons %} +
+ {% buttons %} + + {% endbuttons %}
-- cgit 1.2.3-korg