tab.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 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. /* Top tabs */
  15. /* container that holds all tabs */
  16. .tabLabel {
  17. font-family: Tahoma,'Trebuchet MS',Arial,Verdana,Helvetica,sans-serif;
  18. font-size: 8pt;
  19. }
  20. .CVTabs .dijitTabPaneWrapper{
  21. border:1px solid #589EBD;
  22. border-top: 0px;
  23. }
  24. .navTabs .dijitTabPaneWrapper{
  25. border:1px solid #ADC3D6;
  26. border-bottom: none;
  27. }
  28. .claro .dijitTabContainerTop-dijitContentPane,
  29. .claro .dijitTabContainerLeft-dijitContentPane,
  30. .claro .dijitTabContainerBottom-dijitContentPane,
  31. .claro .dijitTabContainerRight-dijitContentPane,
  32. .claro .dijitAccordionContainer-dijitContentPane {
  33. padding: 0px;
  34. }
  35. .claro .dijitTabPaneWrapper .dijitToolbar{
  36. margin-top: 2px;
  37. }
  38. .claro .dijitTab {
  39. margin-right:0px; /* space between one tab and the next in top/bottom mode */
  40. /* This is where we can set the tab width % if we have two tabs and want to use up all the room */
  41. }
  42. /* strip */
  43. .claro .dijitTabContainerTopStrip {
  44. padding-left: 0px;
  45. }
  46. /* line on top that does not include line under tabs */
  47. .claro .dijitTabContainerTop-tabs {
  48. border-color: #FFFFFF;
  49. border-bottom: 1px solid #589EBD;
  50. /* tabs in a dialog have a while background and no line */
  51. background-color: #FFFFFF;
  52. }
  53. .claro .dijitTabContainerTop-tabs .dijitTab {
  54. background-color:#fff;
  55. border-color: #A5BEC6;
  56. border-bottom: 1px solid #589EBD;
  57. background: url("images/tab/tab_inactive_m.png") repeat-x top;
  58. -webkit-border-top-left-radius: 5px;
  59. -webkit-border-top-right-radius: 5px;
  60. -moz-border-radius-topleft: 5px;
  61. -moz-border-radius-topright: 5px;
  62. border-top-left-radius: 5px;
  63. border-top-right-radius: 5px;
  64. }
  65. .claro .dijitTabContainerTop-tabs .dijitTabChecked {
  66. /* the selected tab (with or without hover) */
  67. background-color:#fff;
  68. border-color: #589EBD;
  69. border-top: 1px solid #EF8E21;
  70. border-bottom: 1px solid white;
  71. background: url("images/tab/tab_active_m.png") repeat-x top;
  72. }
  73. /* hovered tab */
  74. .claro .dijitTabContainerTop-tabs .dijitTabHover {
  75. color: #243C5F;
  76. border-top-color:#A5BEC6;
  77. border-left-color:#A5BEC6;
  78. border-right-color:#A5BEC6;
  79. background:#e2e2e2 url("images/tab/tab_hover_m.png") repeat-x;
  80. }
  81. .claro .dijitTabContainerTop-tabs .dijitTabCheckedHover {
  82. color: inherit;
  83. border:1px solid #589EBD;
  84. background:#fff;
  85. border-top: 1px solid #EF8E21;
  86. background: url("images/tab/tab_active_m.png") repeat-x top;
  87. }
  88. .claro .dijitTab .dijitClosable .closeImage {
  89. background: url("images/tab/action_tab_close.png") no-repeat right top;
  90. width: 12px;
  91. height: 12px;
  92. }
  93. /* Close button */
  94. .claro .dijitTab .closeImage {
  95. background-image : url("images/tab/action_tab_close.png");
  96. }
  97. .dj_ie6 .claro .dijitTab .closeImage {
  98. background-image : url("images/tab/action_tab_close.png");
  99. }
  100. .claro .dijitTab .closeButton-hover .closeImage {
  101. background-image : url("images/tab/action_tab_close_h.png");
  102. }
  103. .dj_ie6 .claro .dijitTab .closeButton-hover .closeImage {
  104. background-image : url("images/tab/action_tab_close_h.png");
  105. }
  106. /* Bottom tabs */
  107. .claro .dijitTabContainerBottomStrip {
  108. padding-left: 0px;
  109. }
  110. /* This is the background for the tabs */
  111. .claro .dijitTabContainerBottom-tabs {
  112. background-color: #D6EBFF;
  113. border-color: #6B7D9C;
  114. border-bottom: none;
  115. border-right: none;
  116. border-left: none;
  117. /* IE is a few pixels lower - change it */
  118. /* FF ignores the negative margin, but prefix it with a "_" anyway */
  119. _margin-top: -5px;
  120. }
  121. .claro .dijitTabContainerBottom-tabs .dijitTab {
  122. border: 1px solid #B5D3E7;
  123. border-top: 0px;
  124. background: url("images/tab/contentpane_tab_unselect_m.png") repeat-x top;
  125. -moz-border-radius-bottomright: .35em .35em;
  126. -moz-border-radius-bottomleft: .35em .35em;
  127. }
  128. .claro .dijitTabContainerBottom-tabs .dijitTabChecked {
  129. /* the selected tab (with or without hover) */
  130. border-color: #ADC3D6;
  131. border-top: 0px;
  132. background: url("images/tab/contentpane_tab_select_m.png") repeat-x top;
  133. }
  134. /*.claro .dijitTabContainerTop-spacer*/
  135. .claro .dijitTabContainerBottom-spacer{
  136. height: 0px;
  137. border-top: 1px solid #6B7D9C;
  138. background: none;
  139. }