pat_ff.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. .clsNumPaletteCell
  8. {
  9. text-align: -moz-left;
  10. }
  11. .clsNumPaletteCellLeft
  12. {
  13. text-align: -moz-left;
  14. }
  15. .clsNumPaletteCellRight
  16. {
  17. text-align: -moz-right;
  18. }
  19. DIV.clsPagePreview
  20. {
  21. transform: scale(0.7, 0.7);
  22. transform-origin: 0 0;
  23. }
  24. #idLayoutView TABLE[style*='text-align:-moz-center'],
  25. #idLayoutView TABLE[style*='text-align: -moz-center']
  26. {
  27. text-align: center !important;
  28. }
  29. #idLayoutView TABLE[style*='text-align:-moz-left'],
  30. #idLayoutView TABLE[style*='text-align: -moz-left']
  31. {
  32. text-align: left !important;
  33. }
  34. #idLayoutView TABLE[style*='text-align:-moz-right'],
  35. #idLayoutView TABLE[style*='text-align: -moz-right']
  36. {
  37. text-align: right !important;
  38. }
  39. #idLayoutView TABLE[style*='display:block'],
  40. #idLayoutView TABLE[style*='display: block']
  41. {
  42. display: table !important;
  43. }
  44. #idLayoutView TABLE[style*='display:inline'],
  45. #idLayoutView TABLE[style*='display: inline']
  46. {
  47. display: inline-table !important;
  48. }
  49. .textItem,
  50. .appVariableTextItem
  51. {
  52. display: inline-block;
  53. }