batchcreatetask.css 950 B

12345678910111213141516171819202122232425
  1. .chosen-container[id^="story"] {width: 200px; max-width: 150px;}
  2. select[id^="story"] + .picker-single {width: 130px; max-width: 130px;}
  3. [id^=name] {min-width: 165px;}
  4. #mainContent .main-header h2 {max-width: 300px;}
  5. #batchCreateForm .input-group,
  6. #batchCreateForm .input-group .form-control {position: static;}
  7. #batchCreateForm .input-group .colorpicker {z-index: 2;}
  8. #batchCreateForm .input-group .colorpicker.open {z-index: 5;}
  9. .main-header .pull-left {max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  10. .chosen-results > li.has-task,
  11. .chosen-results > li.has-new-task {position: relative; color: #388E3C;}
  12. .chosen-results > li.has-task.highlighted,
  13. .chosen-results > li.has-new-task.highlighted {color: #fff;}
  14. #importLinesModal .modal-dialog {width: 80%;}
  15. .c-id {width: 20px;}
  16. .c-name, .c-desc {width: 200px;}
  17. .c-assigned {width: 130px;}
  18. .c-date {width: 120px;}
  19. .c-pri {width: 80px;}
  20. .c-actions {width: 60px;}