irot_firefox.css 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: irot
  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. SPAN,
  8. A
  9. {
  10. display: inline-block;
  11. }
  12. SPAN[style*='display:inline'],
  13. SPAN[style*='display: inline'],
  14. A[style*='display:inline'],
  15. A[style*='display: inline']
  16. {
  17. display: inline-block !important;
  18. }
  19. *[style*='text-align:left'],
  20. *[style*='text-align: left']
  21. {
  22. text-align: -moz-left !important;
  23. }
  24. *[style*='text-align:right'],
  25. *[style*='text-align: right']
  26. {
  27. text-align: -moz-right !important;
  28. }
  29. *[style*='text-align:center'],
  30. *[style*='text-align: center']
  31. {
  32. text-align: -moz-center !important;
  33. }
  34. DIV.clsAppTooltip
  35. {
  36. background-color: rgba(255, 255, 255, 0.8);
  37. border-radius: 5px 5px 5px 5px;
  38. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  39. }