1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cogadmin
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../schemas/cssstyles.xsd">
- <!--
- ============================================================================
- Thresholds classes - cogstyle-threshold-*
- - used by ThresholdManager widget
- ============================================================================
- -->
- <class name=".cogstyle-threshold-default-input">
- <set name="width">70px</set>
- <set name="text-align">right</set>
- </class>
- <class name=".cogstyle-threshold-default-input-error">
- <set name="width">70px</set>
- <set name="text-align">right</set>
- <set name="border-bottom-color">#FF6600</set>
- <set name="border-bottom-style">dashed</set>
- </class>
- <class name=".cogstyle-threshold-duration-input">
- <set name="width">40px</set>
- <set name="text-align">right</set>
- </class>
- <class name=".cogstyle-threshold-duration-input-error">
- <set name="width">40px</set>
- <set name="text-align">right</set>
- <set name="border-bottom-color">#FF6600</set>
- <set name="border-bottom-style">dashed</set>
- </class>
-
- </css>
|