reviewcellchanges.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. .ReviewBody
  15. {
  16. background-color: rgb(176,204,232);
  17. }
  18. .backPanel
  19. {
  20. position: absolute;
  21. overflow: auto;
  22. top: 50px;
  23. left: 0px;
  24. width: 100%;
  25. border: solid 1px black;
  26. padding: 0px;
  27. }
  28. .ReviewTable
  29. {
  30. margin: 0px;
  31. border-right: #b0cce8 thin inset;
  32. border-top: #b0cce8 thin inset;
  33. margin-left: 5px;
  34. border-left: #b0cce8 thin inset;
  35. border-bottom: #b0cce8 thin inset;
  36. border-collapse: collapse;
  37. background-color: white;
  38. }
  39. .ReviewTableCell
  40. {
  41. border-right: thin solid;
  42. border-top: thin solid;
  43. font-size: 8pt;
  44. border-left: thin solid;
  45. cursor: pointer;
  46. border-bottom: thin solid;
  47. font-family: Tahoma;
  48. border-collapse: collapse;
  49. text-align: center;
  50. }
  51. .ReviewTableCellReverted
  52. {
  53. background-color: Gray;
  54. }
  55. .ReviewTableCellName
  56. {
  57. text-align: center;
  58. border-right: thin solid;
  59. border-top: thin solid;
  60. font-size: 8pt;
  61. border-left: thin solid;
  62. cursor: pointer;
  63. border-bottom: thin solid;
  64. font-family: Tahoma;
  65. border-collapse: collapse;
  66. background-color: #6588c1;
  67. color: White;
  68. font-weight: bold;
  69. }
  70. .ReviewTableCellHeader
  71. {
  72. border-right: thin solid;
  73. border-top: thin solid;
  74. font-size: 8pt;
  75. border-left: thin solid;
  76. cursor: pointer;
  77. border-bottom: thin solid;
  78. font-family: Tahoma;
  79. border-collapse: collapse;
  80. background-color: #6588c1;
  81. text-align: center;
  82. }
  83. .ReviewTableButtonCell
  84. {
  85. border-right: thin solid;
  86. border-top: thin solid;
  87. border-left: thin solid;
  88. border-bottom: thin solid;
  89. border-collapse: collapse;
  90. text-align: center;
  91. width: 62px;
  92. }
  93. .ReviewActionButton
  94. {
  95. font-family: Tahoma;
  96. font-size: 8pt;
  97. width: 60px;
  98. }
  99. .ReviewEntryField
  100. {
  101. width: 100%;
  102. font-family: Tahoma, arial, monospace;
  103. font-size: 8pt;
  104. }
  105. .ReviewExplanationTable
  106. {
  107. margin-left: 5px;
  108. border-collapse: collapse;
  109. background-color: white;
  110. }
  111. .ReviewExplanation
  112. {
  113. font-size: 10pt;
  114. font-family: Tahoma;
  115. }
  116. .buttonPanel
  117. {
  118. padding-right: 2px;
  119. padding-left: 2px;
  120. padding-bottom: 2px;
  121. padding-top: 2px;
  122. font-family: Tahoma;
  123. }
  124. .ReviewButton
  125. {
  126. position: absolute;
  127. }