crosstab.css 931 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: ans
  4. (C) Copyright IBM Corp. 2005, 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. #xtab_corner_div,
  8. #xtab_rows_div,
  9. #xtab_cols_div,
  10. {
  11. position:absolute;
  12. overflow:hidden;
  13. width:0px;
  14. height: 0px;
  15. left:0px;
  16. top:0px;
  17. padding:0px;
  18. margin:0px;
  19. /* background-color:Red;*/
  20. }
  21. .labelsDiv
  22. {
  23. left: 0px;
  24. overflow: hidden;
  25. width: 0px;
  26. position: absolute;
  27. top: 0px;
  28. height: 0px;
  29. }
  30. .cellsDiv
  31. {
  32. position:absolute;
  33. overflow:auto;
  34. top:0px;
  35. left:0px;
  36. width:0px;
  37. height:0px;
  38. padding:0px;
  39. margin:0px;
  40. /*border:solid 1px purple;*/
  41. }
  42. .labelsDiv TABLE, .cellsDiv TABLE
  43. {
  44. table-layout:fixed;
  45. padding: 0px;
  46. margin: 0px;
  47. }
  48. .chicklets_table
  49. {
  50. table-layout: fixed;
  51. border-collapse:collapse;
  52. padding:0px;
  53. }
  54. .chicklets_td
  55. {
  56. padding: 0px 0px 0px 0px;
  57. overflow:hidden;
  58. }