* Fix runcase view stepID align.

This commit is contained in:
Yagami
2018-11-08 17:34:52 +08:00
parent 3693dde774
commit 3026609b07
+1 -1
View File
@@ -8,7 +8,7 @@
#filesName {float: right;}
.nav > li {margin-right: 5px; display: inline-block; margin-top: 5px;}
#steps .step-id {text-align: right}
#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;}