GridContainer.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @import url("../../mdnd/resources/dnd.css");
  2. .dj_ie6 .gridContainer *{
  3. zoom:1;
  4. }
  5. .gridContainer{
  6. display:block;
  7. position:relative;
  8. background:#FFF;
  9. margin:0;
  10. width:100%;
  11. /*height:1%;*/ /*Bug focus with IE6/7)*/
  12. height:auto;
  13. overflow-y:auto;
  14. overflow-x:hidden !important;
  15. }
  16. .gridContainerTable{
  17. width:100%;
  18. border:1px solid #BFBFBF;
  19. }
  20. .gridContainerTable tbody, .gridContainerTable tr{
  21. height:100%;
  22. }
  23. .gridContainerZone{
  24. vertical-align:top;
  25. background-color:#FDFDFD;
  26. height:100%;
  27. }
  28. .gridContainerZone .serviceWidgetTitleText h2{
  29. position:relative;
  30. }
  31. .gridContainerGrip{
  32. cursor:default;
  33. position:absolute;
  34. top:0;
  35. width:10px;
  36. padding:0;
  37. margin:0;
  38. background-image:url(icons/pixel.gif);
  39. height:100%;
  40. }
  41. .gridContainerGripShow{
  42. cursor:e-resize;
  43. position:absolute;
  44. top:0;
  45. width:10px;
  46. padding:0;
  47. margin:0;
  48. background-image:url(icons/gridcontainer_grip.gif);
  49. height:100%;
  50. }
  51. .dropIndicator{
  52. border:2px dashed #BFBFBF;
  53. }
  54. .dropIndicator > div{
  55. background-color:#FFF;
  56. }
  57. .dj_ie6 .dropIndicator,
  58. .dj_ie6 .dojoxPortlet .dijitContentPane,
  59. .dj_ie6 .dojoxPortlet, .dj_ie6 .dojoxPortlet.dijitTitlePane{
  60. margin: 10px;
  61. }
  62. .gridContainerZone > *{
  63. margin: 10px !important;
  64. }