From 518bd7d957a2e30b506d3b83f8b2c6eb6ab5f725 Mon Sep 17 00:00:00 2001 From: German Correa Date: Fri, 1 Dec 2017 12:45:43 -0300 Subject: [PATCH] Finish with form, adjusting select2 sizes and recatcha scaling to fit in width. --- js/registerform.js | 6 ++++-- registration.php | 14 +++++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/js/registerform.js b/js/registerform.js index d878ea3..04c3ab6 100644 --- a/js/registerform.js +++ b/js/registerform.js @@ -5,8 +5,9 @@ $().ready(function(){ $("#txtbda,#txteda").datepicker({ - minDate:new Date(2018,7,23), - maxDate:new Date(2018,7,27) + dateFormat: "dd/mm/yy", + minDate:new Date(2018,6,23), + maxDate:new Date(2018,6,27) }); $("#pais").select2({ @@ -20,6 +21,7 @@ $().ready(function(){ placeholder: "Select Rooming Preference", width:"100%", minimumResultsForSearch: -1, + dropdownCssClass: "bigdrop", }); diff --git a/registration.php b/registration.php index feeba26..556ca28 100644 --- a/registration.php +++ b/registration.php @@ -1,5 +1,14 @@ - +
@@ -163,7 +172,7 @@
-
+
@@ -173,7 +182,6 @@
-