batchcreate.css 783 B

123456789101112131415161718
  1. #batchCreateForm .c-module {width: 200px;}
  2. #batchCreateForm .c-name {width: 300px;}
  3. #batchCreateForm .c-pri {width: 100px;}
  4. #batchCreateForm .c-spec{width: 200px;}
  5. #batchCreateForm .c-source{width: 120px;}
  6. #batchCreateForm .c-verify{width: 200px;}
  7. #batchCreateForm .c-category{width: 120px;}
  8. #batchCreateForm .c-assignedTo{width: 150px;}
  9. #batchCreateForm .c-actions{width: 120px;}
  10. #batchCreateForm .c-bsa{width: 120px;}
  11. #batchCreateForm .c-duration, .c-keywords{width: 120px;}
  12. #batchCreateForm .input-group .colorpicker, #batchEditForm .input-group .colorpicker {z-index: 2;}
  13. #batchCreateForm .input-group .colorpicker.open, #batchEditForm .input-group .colorpicker.open {z-index: 5;}
  14. .table tbody>tr>td {vertical-align: top;}
  15. input[id^="undeterminedProduct"] {min-width: 100px;}