cogadmin.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cogadmin
  5. (C) Copyright IBM Corp. 2005, 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  9. /********************************
  10. * Licensed Materials - Property of IBM
  11. *
  12. * IBM Cognos Products: cogadmin
  13. *
  14. * (C) Copyright IBM Corp. 2005, 2012
  15. *
  16. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17. ********************************/
  18. .cogstyle-threshold-default-input {
  19. width: 70px;
  20. text-align: right;
  21. }
  22. .cogstyle-threshold-default-input-error {
  23. width: 70px;
  24. text-align: right;
  25. border-bottom-color: #FF6600;
  26. border-bottom-style: dashed;
  27. }
  28. .cogstyle-threshold-duration-input {
  29. width: 40px;
  30. text-align: right;
  31. }
  32. .cogstyle-threshold-duration-input-error {
  33. width: 40px;
  34. text-align: right;
  35. border-bottom-color: #FF6600;
  36. border-bottom-style: dashed;
  37. }
  38. </css>