error.css 533 B

123456789101112131415161718192021222324
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. .errorHeader
  15. {
  16. font-size: 12pt;
  17. font-weight: bold;
  18. color: Red;
  19. }
  20. .errorMessage
  21. {
  22. font-size: 10pt;
  23. }