diff --git a/module/project/css/tree.css b/module/project/css/tree.css index 0a71d1dd55..a184fff278 100644 --- a/module/project/css/tree.css +++ b/module/project/css/tree.css @@ -1,6 +1,7 @@ +.tree li.has-list.open:before {border-left: none;} #taskTree li {padding: 0 0 0 8px;} #taskTree li.has-list {padding-left: 20px;} -#taskTree li > a {display: block; padding: 5px 0; border-radius: 2px; padding-left: 6px;} +#taskTree li > a {display: block; padding: 5px 0; border-radius: 2px; padding-left: 6px; height: 30px;} #taskTree li > a > span {display: inline-block;} #taskTree li > a > span + span {margin-left: 8px;} #taskTree li.selected > a {background-color: #E8F3FC;} @@ -20,11 +21,13 @@ #taskTree li.open > .list-toggle:before {border: none; height: 2px; width: 6px; left: 0; top: 2px; background: #fff;} #taskTree li.open > .list-toggle:hover {background: #006AF1;} + #taskTree ul > li:after {display: block; position: absolute; content: ' '; border-top: 2px solid #cbd0db; top: 14px; left: -12px; z-index: 1; width: 10px;} #taskTree ul > li:before, #taskTree ul > li.has-list:before {background: none; content: ' '; display: block; position: absolute; width: auto; height: auto; border: none; border-left: 2px solid #cbd0db; top: -13px; bottom: 12px; left: -12px;} #taskTree ul > li:last-child:before {bottom: auto; height: 29px;} #taskTree ul > li:first-child:before {top: -9px;} +#taskTree ul > li.has-list:first-child:before {top: -13px;} #taskTree ul > li.tree-single-item:before {height: 23px;} #taskTree ul > li.has-list:after {width: 14px;} diff --git a/module/testcase/css/common.css b/module/testcase/css/common.css index 5e06541363..dcd05d3e23 100644 --- a/module/testcase/css/common.css +++ b/module/testcase/css/common.css @@ -3,7 +3,7 @@ #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;} +#steps .btn-group .btn {padding-left: 0; padding-right: 0; min-width: 30px; height: 32px;} .step-actions {width: 105px;} #steps .active td {transition: background-color .5s;} #steps .step-group .step-steps {resize: none; max-height: 30px;} @@ -23,8 +23,10 @@ #steps.sortable > tr.drop-success > td {background-color: #cfe0ff; transition: background-color 2s;} #steps .step-type-toggle {padding: 5px 11px 5px 7px;} #steps .step textarea.autosize{resize:none;} +#steps .step .form-control {border-radius: 0} -.table-bordered .step-actions {width: 105px;} + +.table-bordered .step-actions {width: 100px;} .table-bordered > #steps > tr > td {padding: 0; background-color: #fafafa; border: 1px solid #ddd!important;} .table-bordered > #steps > tr > td.step-id { padding-right: 8px;} .table-bordered > #steps > tr > td .btn {border-color: transparent; background-color: transparent}