impersonate.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** Licensed Materials - Property of IBM
  5. **
  6. ** IBM Cognos Products: ps
  7. **
  8. ** (C) Copyright IBM Corp. 2014
  9. **
  10. ** US Government Users Restricted Rights -
  11. ** Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. *****************************************************************/
  13. ul#impersonatedTenant_popup li.dijitMenuItem {
  14. color: #E7E7E7;
  15. background-color: #3D3D3D;
  16. padding-left:10px;
  17. }
  18. ul#impersonatedTenant_popup li.dijitMenuItemSelected {
  19. background-color: #555555;
  20. }
  21. .impersonate .dijitMenuItemSelected {
  22. background-color: #555555;
  23. }
  24. .impersonate .dijitTextBox {
  25. background: none;
  26. border: 1px solid #555555;
  27. padding-left:5px;
  28. padding-top:5px;
  29. padding-bottom:5px;
  30. width:210px;
  31. color:#E7E7E7;
  32. font-weight:bold;
  33. background-color:#3D3D3D;
  34. }
  35. .impersonate .dijitInputInner {
  36. color: #E7E7E7;
  37. font-weight: bold;
  38. }
  39. .impersonate .dijitInputField {
  40. color: #E7E7E7;
  41. font-weight: bold;
  42. }
  43. .impersonate .dijitArrowButtonInner {
  44. background: none;
  45. width: 5px;
  46. border: none;
  47. margin-top:1px;
  48. margin-bottom:1px;
  49. }
  50. .impersonate .dijitButtonNode {
  51. background: url(../../../ps/portal/images/mt/arrow.gif) no-repeat scroll 0 center;
  52. border: none;
  53. padding-right: 15px;
  54. }
  55. .impersonate .dijitCheckBox {
  56. background: url(../../../ps/portal/images/mt/checkboxbackground_unchecked.png) no-repeat scroll 0 center;
  57. border: 1px solid #555555;
  58. width: 16px;
  59. height: 16px;
  60. margin-left:26px;
  61. }
  62. .impersonate .dijitCheckBoxChecked {
  63. background: url(../../../ps/portal/images/mt/checkboxbackground_checked.png) no-repeat scroll 0 center;
  64. border: 1px solid #555555;
  65. width: 16px;
  66. height: 16px;
  67. margin-left:26px;
  68. }
  69. .impersonate-icon {
  70. padding-left: 17px;
  71. padding-top: 12px;
  72. padding-bottom: 12px;
  73. margin-right: 10px;
  74. }
  75. .impersonate-banner {
  76. background-image: url(../../../ps/portal/images/mt/bannertexture.png);
  77. height:48px;
  78. clear: left; /*need to clear left as the cc banner is floating left. The clear left will ensure the tenant banner will appear just below the cc banner*/
  79. }
  80. .impersonate-show-tenants-content-only-text {
  81. color: #E7E7E7;
  82. padding-right: 70px;
  83. padding-left: 8px;
  84. }
  85. .dialogClose {
  86. border: 1px solid transparent;
  87. margin: 1px;
  88. }
  89. .dialogCloseOver {
  90. border: 1px solid #E7E7E7;
  91. margin: 1px;
  92. }