1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- /*
- * IBM Confidential
- *
- * OCO Source Materials
- *
- * IBM Cognos Products: TM1
- *
- * (C) Copyright IBM Corp. 2007, 2013
- *
- * The source code for this program is not published or otherwise divested of its
- * trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
- */
- .subsetDropdown{
- width: 260px;
- overflow:auto;
- }
- .dropDownDialogBackground{
- background-image: url("") !important;
- }
- .subsetEditorIFrame
- {
- height: 375px;
- width: 375px;
- border: none;
- overflow: hidden;
- padding-bottom: 10px;
- background-color: #E7F3FF;
- }
- .advancedMode
- {
- min-width: 650px !important;
- }
- .subsetEditorDialog
- {
- padding-top: 0px !important;
- background-color: #E7F3FF !important;
- }
- .launchSubsetEditorButton
- {
- }
- .launchSubsetEditorButton .dijitButtonNode
- {
- box-shadow: none !important;
- background: none !important;
- border: none !important;
- padding-top: 5px !important
- }
- .launchSubsetEditorButtonDisabled .dijitButtonNode
- {
- opacity: 0.2;
- filter: alpha(opacity=20);
- }
- .launchSubsetEditorIcon
- {
- background-image: url('../../images/subseteditor/action_subset_edit.gif');
- width: 16px;
- height: 16px;
- }
- .legacyDropDownIFrame
- {
- border: none;
- height: 100%;
- width: 375px;
-
- }
- .legacyDropDownDialog
- {
- width: auto !important;
- overflow:auto;
- }
- .legacyDropDownBackPanel
- {
- background: none !important;
- }
- .openSubsetEditorButtonContainer
- {
- text-align: right;
- padding-right: 5px;
- }
- .legacyDropDownDialogContent
- {
- padding: 0 !important;
- }
|