Açıklama Yok

buMenManger.css 922B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. height: 27px;
  12. width: 172px;
  13. display: inline-block;
  14. position: relative;
  15. vertical-align: middle;
  16. }
  17. .inps {
  18. height: 24px;
  19. width: 172px;
  20. }
  21. .inps1,
  22. .inps4,
  23. .inps1_chg {
  24. width: 170px;
  25. height: 24px;
  26. outline: none;
  27. border: 0;
  28. border-image-width: 0;
  29. padding: 0;
  30. padding-left: 3px;
  31. }
  32. .xl {
  33. display: inline-block;
  34. background: url("../../img/dropDown.png") no-repeat;
  35. height: 100%;
  36. background-position: center center;
  37. width: 20px;
  38. position: absolute;
  39. right: 0;
  40. top: 0px;
  41. /*background-color: #f7bc8b;*/
  42. cursor: pointer;
  43. }
  44. /*.xl:hover{
  45. background-color: #e6d523;
  46. }*/
  47. .addTree {
  48. background: #fff;
  49. position: absolute;
  50. width: 100%;
  51. border: 1px solid darkgrey;
  52. right: 0;
  53. top: 26px;
  54. display: none;
  55. }
  56. .inpstext{
  57. resize: none;
  58. width: 50%;
  59. height: 70px;
  60. }