Improve delta-input styling

This commit is contained in:
wvengen 2015-11-18 22:35:23 +01:00
parent 496dd34cc3
commit dcf921dc8d
2 changed files with 5 additions and 5 deletions

View file

@ -8,14 +8,13 @@ form.delta-input, .delta-input form {
.delta-input {
.btn {
padding: 0;
padding: 4px 0;
width: 24px;
height: 28px;
vertical-align: middle;
font-size: 10px;
}
input[data-delta] {
text-align: center;
height: 18px;
}
// handle error class outside of bootstrap controls
@ -30,4 +29,3 @@ form.delta-input, .delta-input form {
}
}
}