diff --git a/src/dokumentor/static/css/style.css b/src/dokumentor/static/css/style.css index 674eae8..a31deed 100644 --- a/src/dokumentor/static/css/style.css +++ b/src/dokumentor/static/css/style.css @@ -798,3 +798,18 @@ input[type=number]::-webkit-outer-spin-button { input[type=number] { -moz-appearance:textfield; } +/* end */ + +/* fix form bank height*/ +.ajax-form .indentation { + padding-top: 75px; +} +/* */ + +/* form buttons account add*/ +.form__yellow-btn_save { + border: none; + padding: 10px 20px; + text-transform: uppercase; +} +/* */ diff --git a/src/dokumentor/static/js/client/search-external-api.js b/src/dokumentor/static/js/client/search-external-api.js index a0632ed..52d8a6c 100644 --- a/src/dokumentor/static/js/client/search-external-api.js +++ b/src/dokumentor/static/js/client/search-external-api.js @@ -168,6 +168,6 @@ $(document).ready(function() { fillInput(clientSearch, "PARTY", 5); - fillInput(bankSearch, "BANK", 1); + fillInput(bankSearch, "BANK", 3); }); diff --git a/src/dokumentor/static/js/profile/search-bank-external-api.js b/src/dokumentor/static/js/profile/search-bank-external-api.js index d2ab7a4..84b2cd1 100644 --- a/src/dokumentor/static/js/profile/search-bank-external-api.js +++ b/src/dokumentor/static/js/profile/search-bank-external-api.js @@ -22,7 +22,7 @@ $(document).ready(function() { bankSearch.suggestions({ token: daDataExternalApiKey, type: "BANK", - count: 2, + count: 3, onSelect: showSuggestion }); diff --git a/src/dokumentor/templates/customer/clients/form.html b/src/dokumentor/templates/customer/clients/form.html index b2a4e89..4937a7b 100644 --- a/src/dokumentor/templates/customer/clients/form.html +++ b/src/dokumentor/templates/customer/clients/form.html @@ -252,7 +252,7 @@
-