Payment, Revenue account and currency input combination

This commit is contained in:
cuneytsenturk
2018-04-26 15:31:26 +03:00
parent c118b806e5
commit 3daf5f0062
5 changed files with 42 additions and 33 deletions

11
public/css/app.css vendored
View File

@@ -575,4 +575,13 @@ input[type="number"] {
.btn-icon {
height: 34px;
}
}
.form-small #account_id, .form-small .select2.select2-container {
width: 70% !important;
float: left;
}
.form-small #currency {
width: 30%;
}