admin.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: pps
  4. (C) Copyright IBM Corp. 2005, 2017
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. .adminOuterPane
  8. {
  9. border: 1px;
  10. height: 500px;
  11. }
  12. .adminPaneRoot
  13. {
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .ppesAdminPanelContentsContainer
  18. {
  19. }
  20. .ppesAdminPropertiesContainer
  21. {
  22. background: white;
  23. border-bottom: 2px inset;
  24. border-left: 2px inset;
  25. border-right: 2px inset;
  26. height: 315px;
  27. overflow: auto;
  28. }
  29. .ppesAdminPropertiesHeader
  30. {
  31. background-color: #E7E7E7;
  32. color: #134679;
  33. font-size: 11px;
  34. font-weight: bold;
  35. vertical-align: middle;
  36. padding-left: 3px;
  37. height: 20px;
  38. border-top: 2px inset;
  39. border-left: 2px inset;
  40. border-right: 2px inset;
  41. }
  42. .ppesAdminPropertiesLinksContainer
  43. {
  44. text-align: right;
  45. padding-bottom: 5px;
  46. white-space:nowrap;
  47. }
  48. .ppesAdminPropertiesLink
  49. {
  50. font-size: 11px;
  51. text-decoration: underline;
  52. color: #0000CC;
  53. cursor: hand;
  54. padding-right: 10px;
  55. }
  56. .ppesAdminPropertiesLinkDisabled
  57. {
  58. display: none;
  59. }
  60. .ppesAdminPropertiesLinkSeperator
  61. {
  62. font-size: 11px;
  63. width: 20px;
  64. padding-right: 10px;
  65. }
  66. .ppesAdminPropertiesButtonsContainer
  67. {
  68. background-color: #F3F3F3;
  69. padding-top: 5px;
  70. padding-left: 5px;
  71. padding-right: 5px;
  72. padding-bottom: 2px;
  73. border-top: 1px solid #999999;
  74. }
  75. .adminTitleArea
  76. {
  77. background-color: #99AACC;
  78. border: 1px solid #336699;
  79. width: auto;
  80. white-space: nowrap;
  81. }
  82. .adminTitleText
  83. {
  84. color: #FFFFFF;
  85. font-weight: bold;
  86. vertical-align: middle;
  87. white-space: nowrap;
  88. width: 100%;
  89. }
  90. .adminTitleHelpLink
  91. {
  92. color: #FFFFFF;
  93. font-weight: normal;
  94. text-decoration: underline;
  95. text-align: right;
  96. white-space: nowrap;
  97. cursor: hand;
  98. cursor: pointer;
  99. }
  100. .ppesAdminPropertiesHintContainer
  101. {
  102. font-size: 11px;
  103. color: #134679;
  104. vertical-align: top;
  105. height: 40px;
  106. overflow: auto;
  107. }
  108. BODY
  109. {
  110. font-size: 70%;
  111. }