cogadmin.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../schemas/cssstyles.xsd">
  13. <!--
  14. ============================================================================
  15. Thresholds classes - cogstyle-threshold-*
  16. - used by ThresholdManager widget
  17. ============================================================================
  18. -->
  19. <class name=".cogstyle-threshold-default-input">
  20. <set name="width">70px</set>
  21. <set name="text-align">right</set>
  22. </class>
  23. <class name=".cogstyle-threshold-default-input-error">
  24. <set name="width">70px</set>
  25. <set name="text-align">right</set>
  26. <set name="border-bottom-color">#FF6600</set>
  27. <set name="border-bottom-style">dashed</set>
  28. </class>
  29. <class name=".cogstyle-threshold-duration-input">
  30. <set name="width">40px</set>
  31. <set name="text-align">right</set>
  32. </class>
  33. <class name=".cogstyle-threshold-duration-input-error">
  34. <set name="width">40px</set>
  35. <set name="text-align">right</set>
  36. <set name="border-bottom-color">#FF6600</set>
  37. <set name="border-bottom-style">dashed</set>
  38. </class>
  39. </css>