First steps towards payment provider selection

This commit is contained in:
Raphael Michel
2015-03-06 15:22:09 +01:00
parent eca4964d98
commit 29cedbaac3
8 changed files with 101 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
"use strict";
$(function () {
$("input[data-toggle=radiocollapse]").change(function () {
$($(this).attr("data-parent")).find(".collapse.in").collapse('hide');
$($(this).attr("data-target")).collapse('show');
});
});

View File

@@ -0,0 +1,3 @@
.panel-title .radio {
margin-left: 20px;
}

View File

@@ -3,3 +3,4 @@
@fa-font-path: "../../fontawesome/fonts";
@import "event.less";
@import "forms.less";