picklist.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. .picklist_button
  15. {
  16. position:fixed;
  17. height:15px;
  18. padding-bottom: 0px;
  19. padding-top: 3px;
  20. padding-left: 0px;
  21. padding-right: 3px;
  22. background-color: CCCCCC;
  23. BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
  24. BACKGROUND-REPEAT : no-repeat;
  25. background-position: center center;
  26. z-index: 10;
  27. }
  28. .picklist_resize_img
  29. {
  30. }
  31. .picklist_dropdownlist_table
  32. {
  33. position: fixed;
  34. background-color: #ffffff;
  35. border: gray 1px solid;
  36. cell-spacing:0;
  37. cell-padding:0;
  38. }
  39. .picklist_dropdownlist_table_cell1
  40. {
  41. align: right;
  42. vertical-align: bottom;
  43. text-align: left;
  44. }
  45. .picklist_dropdownlist_table_cell2
  46. {
  47. align: right;
  48. vertical-align: top;
  49. text-align: right;
  50. }
  51. .picklist_dropdownlist_picklist_div
  52. {
  53. overflow: auto;
  54. background-color: #ffffff;
  55. position: relative;
  56. padding-bottom: 0px;
  57. padding-top: 0px;
  58. padding-left: 0px;
  59. padding-right: 0px;
  60. z-index: 701;
  61. }
  62. .picklist_dropdownlist_picklist_list_table
  63. {
  64. border:0;
  65. padding:0;
  66. cell-spacing:0;
  67. width: 99%;
  68. }
  69. .picklist_dropdownlist_picklist_listmenu
  70. {
  71. font-family: tahoma, arial, monospace;
  72. font-size: 8pt;
  73. font-weight:normal;
  74. background-color: #ffffff;
  75. }
  76. .picklist_dropdownlist_picklist_listmenu_sel
  77. {
  78. cursor:pointer;
  79. font-family: tahoma, arial, monospace;
  80. font-size: 8pt;
  81. font-weight:normal;
  82. background-color: rgb(196, 217, 231);
  83. }
  84. .list_button
  85. {
  86. position:fixed;
  87. height:15px;
  88. width:15px;
  89. padding-bottom: 0px;
  90. padding-top: 3px;
  91. padding-left: 0px;
  92. padding-right: 3px;
  93. background-color: #CCCCCC;
  94. BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
  95. BACKGROUND-REPEAT : no-repeat;
  96. background-position: center center;
  97. z-index: 10;
  98. }
  99. .list_menu
  100. {
  101. position: relative;
  102. width: 99%;
  103. background-color: #ffffff;
  104. }
  105. .list_menu_div
  106. {
  107. overflow-y: scroll;
  108. background-color: #ffffff;
  109. position: relative;
  110. left:0px;
  111. top:0px;
  112. height:88%;
  113. padding-bottom: 0px;
  114. padding-top: 0px;
  115. padding-left: 0px;
  116. padding-right: 0px;
  117. }
  118. .list_div
  119. {
  120. position: fixed;
  121. background-color: white;
  122. border: 1px solid gray;
  123. z-index: 701;
  124. }
  125. .list_menuitem_hover
  126. {
  127. background-color: rgb(196, 217, 231);
  128. }
  129. .list_menuitem_hoverout
  130. {
  131. background-color: white;
  132. }
  133. .list_menuitem_iconcell
  134. {
  135. margin: 0px;
  136. padding: 0px;
  137. display: none;
  138. }
  139. .list_menuitem_label {
  140. padding-bottom: 0px;
  141. padding-top: 0px;
  142. }
  143. .list_menuitem
  144. {
  145. font-family: tahoma, arial, monospace;
  146. font-size: 8pt;
  147. padding-bottom: 0px;
  148. padding-top: 0x;
  149. padding-left: 2px;
  150. padding-right: 0px;
  151. font-weight:normal;
  152. }