cogadmin.css 752 B

1234567891011121314151617181920212223242526272829303132
  1. /********************************
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: cogadmin
  5. *
  6. * (C) Copyright IBM Corp. 2005, 2012
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. ********************************/
  10. .cogstyle-threshold-default-input {
  11. width: 70px;
  12. text-align: right;
  13. }
  14. .cogstyle-threshold-default-input-error {
  15. width: 70px;
  16. text-align: right;
  17. border-bottom-color: #FF6600;
  18. border-bottom-style: dashed;
  19. }
  20. .cogstyle-threshold-duration-input {
  21. width: 40px;
  22. text-align: right;
  23. }
  24. .cogstyle-threshold-duration-input-error {
  25. width: 40px;
  26. text-align: right;
  27. border-bottom-color: #FF6600;
  28. border-bottom-style: dashed;
  29. }