taskform.ui.css 926 B

1234567891011121314151617
  1. .form-group.showAllModuleBox, #multipleBox {align-items: center;}
  2. .assignedToBox {align-items: center !important}
  3. .assignedToList {display: flex; align-items: center; overflow: hidden;}
  4. .assignedToList .picker-multi-selection, .assignedToList .icon{margin-right: 5px;}
  5. .assignedToBox .add-team {height: 24px; width: 81px; margin-left: 0.25rem;}
  6. .panel-heading {z-index: 2 !important;}
  7. .assignedToBox.border {border-color: var(--form-control-border); padding-top: 0.25rem; padding-bottom: 0.25rem;}
  8. #modalTeam .modal-body {max-height: 400px;}
  9. #modalTeam .table tr {border:none}
  10. #modalTeam .team-saveBtn {text-align: center !important}
  11. #modalTeam .team-saveBtn .btn{min-width: 96px;}
  12. #modalTeam .team-index {text-align: right;}
  13. .team-number {display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 10px; text-align: center; background: #f4f5f7;}
  14. #teamTable .form-batch-label {position: relative;}