dnd.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /**********************************oaf.base.dnd************************************/
  2. .dragNode{
  3. z-index:10000;
  4. cursor:move;
  5. }
  6. .dragHandle{
  7. cursor:move;
  8. }
  9. .dropIndicator{
  10. position:relative;
  11. height:50px;
  12. border:1px dashed #FFF;
  13. }
  14. .dropIndicator > div{
  15. position:absolute;
  16. left:0;top:0;right:0;bottom:0;
  17. background-color:#000;
  18. opacity:0.17;
  19. filter:alpha(opacity=17);
  20. -khtml-opacity:0.17;
  21. -moz-opacity:0.17;
  22. }
  23. .dj_ie6 .dropIndicator div{
  24. position:relative;
  25. height:100%;
  26. background-color:#000;
  27. filter:alpha(opacity=17);
  28. }
  29. .dj_ie6 .dropIndicator{
  30. _margin:10px;
  31. }
  32. .dndCover{
  33. background-image:url(../../layout/resources/icons/pixel.gif);
  34. position:absolute;
  35. left:0;
  36. top:0;
  37. width:100%;
  38. height:1000px;
  39. z-index:9999;
  40. cursor:move;
  41. }
  42. .dndCover2{
  43. z-index: 10001;
  44. }
  45. .dragNode{
  46. z-index:10000;
  47. cursor:move;
  48. }
  49. .dragHandle{
  50. cursor:move;
  51. }
  52. .dropIndicator{
  53. position:relative;
  54. height:50px;
  55. border:1px dashed #FFF;
  56. }
  57. .dropIndicator > div{
  58. position:absolute;
  59. left:0;top:0;right:0;bottom:0;
  60. background-color:#000;
  61. opacity:0.17;
  62. filter:alpha(opacity=17);
  63. -khtml-opacity:0.17;
  64. -moz-opacity:0.17;
  65. }
  66. .dj_ie6 .dropIndicator div{
  67. position:relative;
  68. height:100%;
  69. background-color:#000;
  70. filter:alpha(opacity=17);
  71. }
  72. .dj_ie6 .dropIndicator{
  73. _margin:10px;
  74. }
  75. .dndCover{
  76. background-image:url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D);
  77. position:absolute;
  78. left:0;
  79. top:0;
  80. width:100%;
  81. height:1000px;
  82. z-index:9999;
  83. cursor:move;
  84. }
  85. .dj_ie6 .orange .dndCover, .dj_ie7 .orange .dndCover{
  86. background-image:url(../../images/oaf/pixel.gif);
  87. }
  88. .orange .dndCover2{
  89. z-index: 10001;
  90. }