f0311e6fa6f6790ed3dd8b68a50db6c9ec7133ac.svn-base 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-menu {
  9. border: 1px solid #718bb7;
  10. z-index: 15000;
  11. zoom: 1;
  12. background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
  13. padding: 2px;
  14. }
  15. .x-menu a {
  16. text-decoration: none !important;
  17. }
  18. .ext-ie .x-menu {
  19. zoom:1;
  20. overflow:hidden;
  21. }
  22. .x-menu-list{
  23. background:transparent;
  24. border:0 none;
  25. }
  26. .x-menu li{
  27. line-height:100%;
  28. }
  29. .x-menu li.x-menu-sep-li{
  30. font-size:1px;
  31. line-height:1px;
  32. }
  33. .x-menu-list-item{
  34. font:normal 11px tahoma,arial, sans-serif;
  35. white-space: nowrap;
  36. -moz-user-select: none;
  37. -khtml-user-select: none;
  38. display:block;
  39. padding:1px;
  40. }
  41. .x-menu-item-arrow{
  42. background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
  43. }
  44. .x-menu-sep {
  45. display:block;
  46. font-size:1px;
  47. line-height:1px;
  48. margin: 2px 3px;
  49. background-color:#e0e0e0;
  50. border-bottom:1px solid #fff;
  51. }
  52. .x-menu-focus {
  53. position:absolute;
  54. left:0;
  55. top:-5px;
  56. width:0;
  57. height:0;
  58. line-height:1px;
  59. }
  60. .x-menu a.x-menu-item {
  61. display:block;
  62. line-height:16px;
  63. padding:3px 21px 3px 3px;
  64. white-space: nowrap;
  65. text-decoration:none;
  66. color:#222;
  67. -moz-outline: 0 none;
  68. outline: 0 none;
  69. cursor:pointer;
  70. }
  71. .x-menu-item-active {
  72. background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
  73. border:1px solid #aaccf6;
  74. padding: 0;
  75. }
  76. .x-menu-item-active a.x-menu-item {
  77. color: #233d6d;
  78. }
  79. .x-menu-item-icon {
  80. border: 0 none;
  81. height: 16px;
  82. padding: 0;
  83. vertical-align: top;
  84. width: 16px;
  85. margin: 0 8px 0 0;
  86. background-position:center;
  87. }
  88. .x-menu-check-item .x-menu-item-icon{
  89. background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
  90. }
  91. .x-menu-item-checked .x-menu-item-icon{
  92. background-image:url(../images/default/menu/checked.gif);
  93. }
  94. .x-menu-group-item .x-menu-item-icon{
  95. background: transparent;
  96. }
  97. .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
  98. background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
  99. }
  100. .x-menu-plain {
  101. background:#fff !important;
  102. }
  103. .x-menu-date-item{
  104. padding:0;
  105. }
  106. .x-menu .x-color-palette, .x-menu .x-date-picker{
  107. margin-left: 26px;
  108. margin-right:4px;
  109. }
  110. .x-menu .x-date-picker{
  111. border:1px solid #a3bad9;
  112. margin-top:2px;
  113. margin-bottom:2px;
  114. }
  115. .x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
  116. margin: 0;
  117. border: 0 none;
  118. }
  119. .x-date-menu {
  120. padding:0 !important;
  121. }
  122. .x-cycle-menu .x-menu-item-checked {
  123. border:1px dotted #a3bae9 !important;
  124. background:#DFE8F6;
  125. padding:0;
  126. }