spread.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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. .dataSpread_dialog
  15. {
  16. font-family: Tahoma, Arial;
  17. }
  18. .clearSpread_dialog
  19. {
  20. width:320px;
  21. height:160px;
  22. }
  23. .dataSpread_valueContainer
  24. {
  25. border: Solid 1px black;
  26. text-align:left;
  27. margin-bottom:20px;
  28. border:none;
  29. }
  30. .dataSpread_valueLabel
  31. {
  32. margin-left:10px;
  33. font-size:9pt;
  34. height:16px;
  35. Width: 70px;
  36. margin-right:10
  37. }
  38. .dataSpread_value
  39. {
  40. margin-left:10px;
  41. }
  42. .dataSpread_percentageValueLabel
  43. {
  44. font-size:9pt;
  45. font-family: tahoma;
  46. height:16px;
  47. Width: 90px;
  48. margin-right:20;
  49. margin-left:10;
  50. }
  51. .dataSpread_percentageValue
  52. {
  53. margin-left:10px;
  54. Width: 90px;
  55. }
  56. .dataSpread_buttonContainer
  57. {
  58. border: Solid 1px Gray;
  59. text-align:center;
  60. padding-bottom:10px;
  61. border:none;
  62. }
  63. .dataSpread_controlDiv
  64. {
  65. margin-right:5px;
  66. margin-left:2px;
  67. padding:10px;
  68. text-align:left;
  69. display:-moz-inline-box;
  70. display:inline-block;
  71. #zoom: 1;
  72. #display:inline;
  73. }
  74. .dataSpread_horizontalContainer
  75. {
  76. width: 50%;
  77. border: none;
  78. }
  79. .dataSpread_verticalContainer
  80. {
  81. width: 50%;
  82. border: none;
  83. }
  84. .inlineLayout
  85. {
  86. display:-moz-inline-box;
  87. display:inline-block;
  88. #zoom: 1;
  89. #display:inline;
  90. }
  91. .radioLayout
  92. {
  93. display: block;
  94. }
  95. .dataSpread_button
  96. {
  97. padding-left:10px;
  98. padding-right:10px;
  99. width:45px;
  100. }
  101. .ValueTextBox
  102. {
  103. font-size:9pt;
  104. height: 20px;
  105. width:40%;
  106. }
  107. .ValueTextBoxLabel
  108. {
  109. font-size:9pt;
  110. width:45%;
  111. height:20px;
  112. margin-right:10px;
  113. margin-left:10px;
  114. }
  115. .valueDiv
  116. {
  117. padding-top:10px;
  118. padding-bottom:10px;
  119. height:30px;
  120. }
  121. .bottom{
  122. vertical-align:bottom;
  123. }
  124. .dataRelativeSpread_dialog
  125. {
  126. font-family: Tahoma, Arial;
  127. }
  128. .dataRelativePercentageSpread_dialog
  129. {
  130. font-family: Tahoma, Arial;
  131. }
  132. .dataRelativeSpread_selectButtonContainer
  133. {
  134. text-align:center;
  135. padding-bottom:10px;
  136. border: Solid 1px red;
  137. margin-top:10px;
  138. border:none;
  139. }
  140. .dataRelativeSpread_applyButtonContainer
  141. {
  142. text-align:center;
  143. border: Solid 1px green;
  144. padding-bottom:10px;
  145. margin-top:10px;
  146. border:none;
  147. }
  148. .referenceSelect_Container
  149. {
  150. text-align:center;
  151. padding-bottom:10px;
  152. border: Solid 1px blue;
  153. border:none;
  154. }
  155. referenceSelect_cubeContainer
  156. {
  157. text-align:center;
  158. margin-top:20px;
  159. padding-bottom:10px;
  160. border: Solid 1px;
  161. border:none;
  162. }
  163. .referenceSelect_cubeLabel
  164. {
  165. Width: 40px;
  166. height:25px;
  167. font-size:9pt;
  168. font-family: tahoma;
  169. margin-right:15px;
  170. margin-left:25px;
  171. margin-top:25px;
  172. valignment:center;
  173. }
  174. .referenceSelect_cubeSelect
  175. {
  176. top: 10px;
  177. left: 90px;
  178. height:20px;
  179. Width: 300px;
  180. margin-right:45px;
  181. margin-left:45px;
  182. }
  183. .referenceSelect_tableContainer
  184. {
  185. overflow: auto;
  186. border-right: black 1px solid;
  187. border-top: black 1px solid;
  188. border-left: black 1px solid;
  189. border-bottom: black 1px solid;
  190. margin-left:15px;
  191. margin-right:15px;
  192. margin-top:15px;
  193. border:none;
  194. }
  195. .referenceSelect_dimTable
  196. {
  197. border-collapse: "collapse";
  198. width:480px;
  199. height:210px;
  200. border:1px solid black;
  201. }
  202. .referenceSelect_headerCell
  203. {
  204. font-family: tahoma, arial, monospace;
  205. font-size: 10pt;
  206. background-color: #ECE9D8;
  207. border: 2px solid black;
  208. text-align: center;
  209. white-space:nowrap;
  210. }
  211. .referenceSelect_dimCellButton
  212. {
  213. BACKGROUND-IMAGE:url(../../images/navigator/icon_dimension.gif);
  214. BACKGROUND-REPEAT: no-repeat;
  215. background-position:center left;
  216. padding-left:20px;
  217. width: 100%;
  218. font-family: tahoma, arial, monospace;
  219. font-size: 10pt;
  220. background-color: #DCDCDC;
  221. border: 1px solid;
  222. border-top-color: #FFFFFF;
  223. border-left-color: #FFFFFF;
  224. border-right-color: #716F64;
  225. border-bottom-color: #716F64;
  226. text-align: left;
  227. cursor: pointer;
  228. }
  229. .referenceSelect_holderCell
  230. {
  231. border: 1px solid black;
  232. }
  233. .referenceSelect_dataCell
  234. {
  235. font-family: tahoma, arial, monospace;
  236. font-size: 10pt;
  237. background-color: white;
  238. border: 1px solid black;
  239. text-align: left;
  240. white-space:nowrap;
  241. padding-left: 5px;
  242. cursor: pointer;
  243. }
  244. .relativeSpreadControl_container
  245. {
  246. text-align:center;
  247. padding-bottom:10px;
  248. border: Solid 4px blue;
  249. border: none;
  250. }
  251. .relativeSpreadControl_valueContainer
  252. {
  253. text-align:left;
  254. padding-bottom:10px;
  255. }
  256. .relativeSpreadControl_valueLabel
  257. {
  258. Width: 30px;
  259. height:30px;
  260. margin-left:10px;
  261. margin-right:15px;
  262. font-size:9pt;
  263. }
  264. .relativeSpreadControl_value
  265. {
  266. height:25px;
  267. Width: 120px;
  268. margin-left:10px;
  269. margin-right:15px;
  270. }
  271. .relativeSpreadControl_percentageValueLabel
  272. {
  273. Width: 100px;
  274. height:30px;
  275. font-size:9pt;
  276. font-family: tahoma;
  277. margin-right:10px;
  278. margin-left:10px;
  279. margin-top:8px;
  280. }
  281. .relativeSpreadControl_percentageValue
  282. {
  283. height:25px;
  284. Width: 80px;
  285. margin-right:15px;
  286. margin-top:2px;
  287. }
  288. .relativeSpreadControl_percentageCellValueLabel
  289. {
  290. Width: 160px;
  291. height:30px;
  292. font-size:9pt;
  293. font-family: tahoma;
  294. margin-right:5px;
  295. margin-top:8px;
  296. }
  297. .relativeSpreadControl_percentageCellValue
  298. {
  299. height:25px;
  300. Width: 100px;
  301. margin-right:5px;
  302. }
  303. .relativeSpreadControl_referenceCellContainer
  304. {
  305. text-align:center;
  306. padding-bottom:10px;
  307. border: Solid 1px purple;
  308. margin-bottom:10px;
  309. margin-top:10px;
  310. border:none;
  311. }
  312. .relativeSpreadControl_referenceCellLabel
  313. {
  314. height:16px;
  315. Width:30px;
  316. margin-top:2px;
  317. font-size:9pt;
  318. font-family: tahoma;
  319. }
  320. .relativeSpreadControl_textarea
  321. {
  322. width:420px;
  323. height:200px;
  324. margin-left:20px;
  325. margin-right:20px;
  326. margin-top:10px;
  327. border: Solid 1px grey;
  328. }
  329. .relativeSpreadControl_actionContainer
  330. {
  331. text-align:center;
  332. border: Solid 1px red;
  333. border: none;
  334. }
  335. .referenceSelect_dimCellButtonContainer
  336. {
  337. position: relative;
  338. }