Fix #163 -- Form to change orders (#191)

This commit is contained in:
Raphael Michel
2016-08-31 19:10:11 +02:00
committed by GitHub
parent 57374aec1a
commit b21ed4d99f
15 changed files with 751 additions and 16 deletions

View File

@@ -123,3 +123,9 @@ h1 .btn-sm {
.progress-bar-#{$i} { width: 1% * $i; }
}
.form-order-change .radio {
display: block;
}
.form-order-change .form-group {
margin: 0;
}