importWizard.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /****************************************************************
  2. ** Licensed Materials - Property of IBM
  3. **
  4. ** IBM Cognos Products: mdsrv
  5. **
  6. ** (C) Copyright IBM Corp. 2008, 2010
  7. **
  8. ** US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *****************************************************************/
  10. .commandButtonInactiveII
  11. {
  12. font-size: 70%;
  13. cursor: default;
  14. color: #999999;
  15. text-decoration: none;
  16. border: #999999 1px solid;
  17. background-color: #ffffff;
  18. }
  19. .commandButton, .commandButtonInactiveII, .commandButtonOver, .commandButtonDown
  20. {
  21. vertical-align: middle;
  22. margin: 3px;
  23. padding: 3px 8px;
  24. }
  25. .formLabel, .dialogHintText
  26. {
  27. font-size: 100%;
  28. margin-bottom: 3px;
  29. }
  30. .accessKey
  31. {
  32. text-decoration: underline;
  33. }
  34. .dialogHeader
  35. {
  36. width: 100%;
  37. margin: 3px;
  38. font-size: 140%;
  39. white-space: nowrap;
  40. }
  41. .dialogButtonBar
  42. {
  43. width: 100%;
  44. margin: 3px;
  45. padding: 8px;
  46. font-size: 140%;
  47. vertical-align: middle;
  48. white-space: nowrap;
  49. }
  50. .propGridHeader
  51. {
  52. overflow: hidden;
  53. cursor: default;
  54. text-align: left;
  55. white-space: nowrap;
  56. padding: 2px 1px 3px 3px;
  57. font-weight: bold;
  58. border: 1px solid #999999;
  59. border-bottom-width: 0px;
  60. background-color: #e7e7e7;
  61. color: #134679;
  62. }
  63. div#D_Progress div.clsDlgButtonBar
  64. {
  65. display: none;
  66. }
  67. div.clsModalDlgWin table.clsModalDlg tr.clsModalDlgHeader_active
  68. {
  69. display: none;
  70. }
  71. div.clsModalDlgWin
  72. {
  73. border: 1px solid black;
  74. }