* Fix case step align middle.

This commit is contained in:
Yagami
2018-11-08 17:18:13 +08:00
parent 188b911698
commit 3693dde774
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#steps .step-id {text-align: center}
#steps .step-id {text-align: center;vertical-align: middle}
#steps .step-item-id {background-color: transparent; border: none; display: none; width: 30px; padding-left: 0; padding-right: 0; text-align: right; padding-right: 8px}
#steps .checkbox-inline input[type="checkbox"] {top: -2px}
#steps .btn-group .btn {padding-left: 0; padding-right: 0; min-width: 30px;}