summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-10 09:10:12 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2019-06-10 17:10:20 -0400
commit845c87771157d871eb6c12a79e9224872fb4b140 (patch)
tree70ac4dc182539f993d3778baf4432d339773dd29 /dashboard/src/templates/booking
parent78f34347ef16fcbb0a741af02bab198c6d0f8449 (diff)
Fix searchable select field scaling
Change-Id: Id6fb052b2158ee0db30fd11b520194d3825b677f Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates/booking')
-rw-r--r--dashboard/src/templates/booking/quick_deploy.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dashboard/src/templates/booking/quick_deploy.html b/dashboard/src/templates/booking/quick_deploy.html
index 07794bc..f0a2bc1 100644
--- a/dashboard/src/templates/booking/quick_deploy.html
+++ b/dashboard/src/templates/booking/quick_deploy.html
@@ -31,9 +31,14 @@
border: none;
box-shadow: none;
}
+
input[type=range]::-moz-range-track {
background: #cccccc;
}
+
+ .grid_element {
+ overflow: hidden;
+ }
</style>
{% bootstrap_form_errors form type='non_fields' %}
<form id="quick_booking_form" action="/booking/quick/" method="POST" class="form">