subsetdialog.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /*
  2. * IBM Confidential
  3. *
  4. * OCO Source Materials
  5. *
  6. * IBM Cognos Products: TM1
  7. *
  8. * (C) Copyright IBM Corp. 2007, 2013
  9. *
  10. * The source code for this program is not published or otherwise divested of its
  11. * trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
  12. */
  13. .subsetDropdown{
  14. width: 260px;
  15. overflow:auto;
  16. }
  17. .dropDownDialogBackground{
  18. background-image: url("") !important;
  19. }
  20. .subsetEditorIFrame
  21. {
  22. height: 375px;
  23. width: 375px;
  24. border: none;
  25. overflow: hidden;
  26. padding-bottom: 10px;
  27. background-color: #E7F3FF;
  28. }
  29. .advancedMode
  30. {
  31. min-width: 650px !important;
  32. }
  33. .subsetEditorDialog
  34. {
  35. padding-top: 0px !important;
  36. background-color: #E7F3FF !important;
  37. }
  38. .launchSubsetEditorButton
  39. {
  40. }
  41. .launchSubsetEditorButton .dijitButtonNode
  42. {
  43. box-shadow: none !important;
  44. background: none !important;
  45. border: none !important;
  46. padding-top: 5px !important
  47. }
  48. .launchSubsetEditorButtonDisabled .dijitButtonNode
  49. {
  50. opacity: 0.2;
  51. filter: alpha(opacity=20);
  52. }
  53. .launchSubsetEditorIcon
  54. {
  55. background-image: url('../../images/subseteditor/action_subset_edit.gif');
  56. width: 16px;
  57. height: 16px;
  58. }
  59. .legacyDropDownIFrame
  60. {
  61. border: none;
  62. height: 100%;
  63. width: 375px;
  64. }
  65. .legacyDropDownDialog
  66. {
  67. width: auto !important;
  68. overflow:auto;
  69. }
  70. .legacyDropDownBackPanel
  71. {
  72. background: none !important;
  73. }
  74. .openSubsetEditorButtonContainer
  75. {
  76. text-align: right;
  77. padding-right: 5px;
  78. }
  79. .legacyDropDownDialogContent
  80. {
  81. padding: 0 !important;
  82. }