@foreach ($acceptedCreditCardTypes as $card)
@@ -272,7 +272,7 @@ header h3 em {
-
+
{{ Button::block_success_submit_lg(strtoupper(trans('texts.pay_now') . ' - ' . Utils::formatMoney($amount, $currencyId) )) }}
diff --git a/public/built.css b/public/built.css
index 159952ef228b..ec54314db7d6 100644
--- a/public/built.css
+++ b/public/built.css
@@ -2892,4 +2892,19 @@ table.table thead .sorting_asc_disabled:after { content: '' !important }
table.table thead .sorting_desc_disabled:after { content: '' !important }
/* Prevent modal from shifting page a bit - https://github.com/twbs/bootstrap/issues/9886 */
-body.modal-open { overflow:inherit; padding-right:inherit !important; }
\ No newline at end of file
+body.modal-open { overflow:inherit; padding-right:inherit !important; }
+
+
+/* bootstrap 3.2.0 fix */
+/* https://github.com/twbs/bootstrap/issues/13984 */
+.radio input[type="radio"],
+.checkbox input[type="checkbox"] {
+ margin-left: 0;
+ margin-right: 5px;
+ height: inherit;
+ width: inherit;
+ float: left;
+ display: inline-block;
+ position: relative;
+ margin-top: 3px;
+}
diff --git a/public/built.js b/public/built.js
index b526de7baa0e..2ab5710bea95 100644
--- a/public/built.js
+++ b/public/built.js
@@ -33013,11 +33013,6 @@ function setDocHexDraw(doc, hex) {
return doc.setDrawColor(r, g, b);
}
-function openUrl(url, track) {
- trackUrl(track ? track : url);
- window.open(url, '_blank');
-}
-
function toggleDatePicker(field) {
$('#'+field).datepicker('show');
}
diff --git a/public/css/style.css b/public/css/style.css
index 53eec512662f..963e607370c6 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -784,4 +784,19 @@ table.table thead .sorting_asc_disabled:after { content: '' !important }
table.table thead .sorting_desc_disabled:after { content: '' !important }
/* Prevent modal from shifting page a bit - https://github.com/twbs/bootstrap/issues/9886 */
-body.modal-open { overflow:inherit; padding-right:inherit !important; }
\ No newline at end of file
+body.modal-open { overflow:inherit; padding-right:inherit !important; }
+
+
+/* bootstrap 3.2.0 fix */
+/* https://github.com/twbs/bootstrap/issues/13984 */
+.radio input[type="radio"],
+.checkbox input[type="checkbox"] {
+ margin-left: 0;
+ margin-right: 5px;
+ height: inherit;
+ width: inherit;
+ float: left;
+ display: inline-block;
+ position: relative;
+ margin-top: 3px;
+}