cubeviewerdialog.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. .pageDialog
  15. {
  16. width:270px;
  17. height:420px;
  18. v-align: center;
  19. text-align:center;
  20. font-family: Tahoma, Arial;
  21. }
  22. .ContentContainer
  23. {
  24. width:230px;
  25. height:330px;
  26. padding-left:5px;
  27. padding-right:5px;
  28. padding-top:1px;
  29. padding-bottom:5px;
  30. text-align:left;
  31. overflow-y:auto;
  32. overflow-x:auto;
  33. }
  34. .MessageLabel
  35. {
  36. font-size: 8pt;
  37. text-decoration:underline;
  38. }
  39. .DialogTable {
  40. text-align:left;
  41. font-size: 9pt;
  42. font-family: tahoma,arial,sans-serif;
  43. }
  44. .ActivePage
  45. {
  46. font-family: tahoma, arial, sans-serif;
  47. font-size: 9pt;
  48. padding-left: 5px;
  49. padding-top: 2px;
  50. padding-bottom: 2px;
  51. padding-right: 5px; white-space: nowrap;
  52. }
  53. .OtherPages
  54. {
  55. font-family: tahoma, arial, sans-serif;
  56. font-size: 9pt;
  57. padding-left: 5px;
  58. padding-top: 2px;
  59. padding-bottom: 2px;
  60. padding-right: 5px;
  61. white-space: nowrap;
  62. background-color: snow;
  63. }