common.css 2.1 KB

123456789101112131415161718192021222324252627
  1. .body-modal > .main {padding: 20px;}
  2. .body-modal > .main .table-form {border: 1px solid #ddd;}
  3. #modalTeam .modal-content {padding: 0 0 5px; min-height: 120px;}
  4. #modalTeam .modal-body {padding: 12px 13px 20px; max-height: 296px !important; overflow-y: scroll !important;}
  5. #modalTeam .modal-header {height: 44px; padding: 10px 20px; margin: 0; }
  6. #modalTeam .modal-header .modal-title {font-size: 13px; line-height: 24px;}
  7. #taskTeamEditor tr {padding: 8px 7px 8px 7px;}
  8. #taskTeamEditor td .chosen-single .chosen-search input,
  9. #taskTeamEditor td .chosen-single .chosen-search::before {top: 10px;}
  10. #taskTeamEditor tr td:first-child {width: 40px; position: relative;}
  11. .team-number {display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 10px; text-align: center; background: #f4f5f7;}
  12. #taskTeamEditor tr td:first-child .icon { position: absolute; top: 42px; left: 10.5px; display: block; font-size: 8px; color: #9ea3bd;}
  13. #taskTeamEditor tr:last-child td:first-child .icon, #taskTeamEditor tr.member-last td:first-child .icon {display: none;}
  14. #taskTeamEditor tr .input-control {display: inline-block; width: 110px;}
  15. #taskTeamEditor tr .input-control + .input-control {margin-left: 12px; border-left: 1px solid #eee;}
  16. #modalTeam .modal-content input[type="text"]::input-placeholder{color: #c4c4c4;text-align: left;}
  17. #modalTeam .modal-content input[type="text"]::-webkit-input-placeholder{color: #c4c4c4;text-align: left;}
  18. #modalTeam .modal-content input[type="text"]::-moz-placeholder{color: #c4c4c4;text-align: left;}
  19. #modalTeam .modal-content input[type="text"]::-ms-input-placeholder{color: #c4c4c4;text-align: left;}
  20. #modalTeam #team_chosen span {line-height: 24px;}
  21. #modalTeam #team_chosen a.chosen-default > span {color: #c4c4c4;}
  22. #modalTeam .input-control input[type="text"]::input-placeholder{text-align: center;}
  23. #modalTeam .input-control input[type="text"]::-webkit-input-placeholder{text-align: center;}
  24. #modalTeam .input-control input[type="text"]::-moz-placeholder{text-align: center;}
  25. #modalTeam .input-control input[type="text"]::-ms-input-placeholder{text-align: center;}