Нет описания

departmentManage.css 855B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .toolBar {
  2. padding: 15px 0;
  3. border-bottom: 1px solid #ccc;
  4. }
  5. .tree {
  6. height: 400px;
  7. overflow-y: auto;
  8. }
  9. .inpBox {
  10. border: 1px solid #a9a9a9;
  11. width: 172px;
  12. display: inline-block;
  13. position: relative;
  14. vertical-align: middle;
  15. }
  16. .inps {
  17. height: 24px;
  18. width: 172px;
  19. }
  20. .inps1,
  21. .inps1_chg {
  22. width: 170px;
  23. height: 24px;
  24. outline: none;
  25. border: 0;
  26. border-image-width: 0;
  27. padding: 0;
  28. padding-left: 3px;
  29. }
  30. .xl {
  31. display: inline-block;
  32. background: url("../../img/dropDown.png") no-repeat;
  33. height: 100%;
  34. background-position: center center;
  35. width: 20px;
  36. position: absolute;
  37. right: 0;
  38. top: 0px;
  39. /*background-color: #f7bc8b;*/
  40. cursor: pointer;
  41. }
  42. /*.xl:hover{
  43. background-color: #e6d523;
  44. }*/
  45. .addTree {
  46. background: #fff;
  47. position: absolute;
  48. width: 100%;
  49. border: 1px solid darkgrey;
  50. right: 0;
  51. top: 26px;
  52. display: none;
  53. z-index: 2;
  54. }