From 771613e9c9fae29cdf36e9e4390dbad672aa100b Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Thu, 13 Jun 2019 11:20:54 -0400 Subject: Refactor usages of search field Change-Id: I5af3d8d5db204fc9eb95a1ee4967cce0caf9b75c Signed-off-by: Sawyer Bergeron --- dashboard/src/templates/booking/quick_deploy.html | 4 + .../src/templates/dashboard/genericselect.html | 102 ++++++++++++++------- .../dashboard/searchable_select_multiple.html | 45 +++++---- 3 files changed, 104 insertions(+), 47 deletions(-) (limited to 'dashboard/src') diff --git a/dashboard/src/templates/booking/quick_deploy.html b/dashboard/src/templates/booking/quick_deploy.html index f0a2bc1..2fbd035 100644 --- a/dashboard/src/templates/booking/quick_deploy.html +++ b/dashboard/src/templates/booking/quick_deploy.html @@ -26,6 +26,10 @@ .grid_element_2third { grid-column-start: span 8; } + .collaborator_pane { + display: flex; + flex-direction: column; + } #id_length { -moz-appearance: none; border: none; diff --git a/dashboard/src/templates/dashboard/genericselect.html b/dashboard/src/templates/dashboard/genericselect.html index fc29ee6..a03f759 100644 --- a/dashboard/src/templates/dashboard/genericselect.html +++ b/dashboard/src/templates/dashboard/genericselect.html @@ -6,52 +6,92 @@ {% block content %}
-
-
-
- {% csrf_token %} - {{ form|default:"

no form loaded

" }} - {% buttons %} - - {% endbuttons %} -
-
-

OR

-
- -
+

Create a Resource + +

+
+

Or select from the list below:

+
+
+ {% csrf_token %} + {{ form|default:"

no form loaded

" }} + {% buttons %} + + {% endbuttons %} +
+