Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

246 lines
5.5 KiB

  1. /*
  2. * Ext JS Library 2.2
  3. * Copyright(c) 2006-2008, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-date-picker {
  9. border: 1px solid #1b376c;
  10. border-top:0 none;
  11. background:#fff;
  12. position:relative;
  13. }
  14. .x-date-picker a {
  15. -moz-outline:0 none;
  16. outline:0 none;
  17. }
  18. .x-date-inner, .x-date-inner td, .x-date-inner th{
  19. border-collapse:separate;
  20. }
  21. .x-date-middle,.x-date-left,.x-date-right {
  22. background: url(../images/default/shared/hd-sprite.gif) repeat-x 0 -83px;
  23. color:#FFF;
  24. font:bold 11px "sans serif", tahoma, verdana, helvetica;
  25. overflow:hidden;
  26. }
  27. .x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{
  28. background:transparent !important;
  29. vertical-align:middle;
  30. }
  31. .x-date-middle .x-btn .x-btn-text {
  32. color:#fff;
  33. }
  34. .x-date-middle .x-btn-with-menu .x-btn-center em {
  35. background:transparent url(../images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;
  36. }
  37. .x-date-right, .x-date-left {
  38. width:18px;
  39. }
  40. .x-date-right{
  41. text-align:right;
  42. }
  43. .x-date-middle {
  44. padding-top:2px;padding-bottom:2px;
  45. width:130px; /* FF3 */
  46. }
  47. .x-date-right a, .x-date-left a{
  48. display:block;
  49. width:16px;
  50. height:16px;
  51. background-position: center;
  52. background-repeat: no-repeat;
  53. cursor:pointer;
  54. -moz-opacity: 0.6;
  55. opacity:.6;
  56. filter: alpha(opacity=60);
  57. }
  58. .x-date-right a:hover, .x-date-left a:hover{
  59. -moz-opacity: 1;
  60. opacity:1;
  61. filter: alpha(opacity=100);
  62. }
  63. .x-date-right a {
  64. background-image: url(../images/default/shared/right-btn.gif);
  65. margin-right:2px;
  66. text-decoration:none !important;
  67. }
  68. .x-date-left a{
  69. background-image: url(../images/default/shared/left-btn.gif);
  70. margin-left:2px;
  71. text-decoration:none !important;
  72. }
  73. table.x-date-inner {
  74. width:100%;
  75. table-layout:fixed;
  76. }
  77. .x-date-inner th {
  78. width:25px;
  79. }
  80. .x-date-inner th {
  81. background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
  82. text-align:right !important;
  83. border-bottom: 1px solid #a3bad9;
  84. font:normal 10px arial, helvetica,tahoma,sans-serif;
  85. color:#233d6d;
  86. cursor:default;
  87. padding:0;
  88. border-collapse:separate;
  89. }
  90. .x-date-inner th span {
  91. display:block;
  92. padding:2px;
  93. padding-right:7px;
  94. }
  95. .x-date-inner td {
  96. border: 1px solid #fff;
  97. text-align:right;
  98. padding:0;
  99. }
  100. .x-date-inner a {
  101. padding:2px 5px;
  102. display:block;
  103. font:normal 11px arial, helvetica,tahoma,sans-serif;
  104. text-decoration:none;
  105. color:black;
  106. text-align:right;
  107. zoom:1;
  108. }
  109. .x-date-inner .x-date-active{
  110. cursor:pointer;
  111. color:black;
  112. }
  113. .x-date-inner .x-date-selected a{
  114. background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
  115. border:1px solid #8db2e3;
  116. padding:1px 4px;
  117. }
  118. .x-date-inner .x-date-today a{
  119. border: 1px solid darkred;
  120. padding:1px 4px;
  121. }
  122. .x-date-inner .x-date-selected span{
  123. font-weight:bold;
  124. }
  125. .x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
  126. color:#aaaaaa;
  127. text-decoration:none !important;
  128. }
  129. .x-date-bottom {
  130. padding:4px;
  131. border-top: 1px solid #a3bad9;
  132. background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
  133. }
  134. .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
  135. text-decoration:none !important;
  136. color:black;
  137. background: #ddecfe;
  138. }
  139. .x-date-inner .x-date-disabled a {
  140. cursor:default;
  141. background:#eeeeee;
  142. color:#bbbbbb;
  143. }
  144. .x-date-mmenu{
  145. background:#eeeeee !important;
  146. }
  147. .x-date-mmenu .x-menu-item {
  148. font-size:10px;
  149. padding:1px 24px 1px 4px;
  150. white-space: nowrap;
  151. color:#000;
  152. }
  153. .x-date-mmenu .x-menu-item .x-menu-item-icon {
  154. width:10px;height:10px;margin-right:5px;
  155. background-position:center -4px !important;
  156. }
  157. .x-date-mp {
  158. position:absolute;
  159. left:0;
  160. top:0;
  161. background:white;
  162. display:none;
  163. }
  164. .x-date-mp td {
  165. padding:2px;
  166. font:normal 11px arial, helvetica,tahoma,sans-serif;
  167. }
  168. td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
  169. border: 0 none;
  170. text-align:center;
  171. vertical-align: middle;
  172. width:25%;
  173. }
  174. .x-date-mp-ok {
  175. margin-right:3px;
  176. }
  177. .x-date-mp-btns button {
  178. text-decoration:none;
  179. text-align:center;
  180. text-decoration:none !important;
  181. background:#083772;
  182. color:white;
  183. border:1px solid;
  184. border-color: #3366cc #000055 #000055 #3366cc;
  185. padding:1px 3px 1px;
  186. font:normal 11px arial, helvetica,tahoma,sans-serif;
  187. cursor:pointer;
  188. }
  189. .x-date-mp-btns {
  190. background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
  191. }
  192. .x-date-mp-btns td {
  193. border-top: 1px solid #c5d2df;
  194. text-align:center;
  195. }
  196. td.x-date-mp-month a,td.x-date-mp-year a {
  197. display:block;
  198. padding:2px 4px;
  199. text-decoration:none;
  200. text-align:center;
  201. color:#15428b;
  202. }
  203. td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
  204. color:#15428b;
  205. text-decoration:none;
  206. cursor:pointer;
  207. background: #ddecfe;
  208. }
  209. td.x-date-mp-sel a {
  210. padding:1px 3px;
  211. background: #dfecfb url(../images/default/shared/glass-bg.gif) repeat-x left top;
  212. border:1px solid #8db2e3;
  213. }
  214. .x-date-mp-ybtn a {
  215. overflow:hidden;
  216. width:15px;
  217. height:15px;
  218. cursor:pointer;
  219. background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat;
  220. display:block;
  221. margin:0 auto;
  222. }
  223. .x-date-mp-ybtn a.x-date-mp-next {
  224. background-position:0 -120px;
  225. }
  226. .x-date-mp-ybtn a.x-date-mp-next:hover {
  227. background-position:-15px -120px;
  228. }
  229. .x-date-mp-ybtn a.x-date-mp-prev {
  230. background-position:0 -105px;
  231. }
  232. .x-date-mp-ybtn a.x-date-mp-prev:hover {
  233. background-position:-15px -105px;
  234. }
  235. .x-date-mp-ybtn {
  236. text-align:center;
  237. }
  238. td.x-date-mp-sep {
  239. border-right:1px solid #c5d2df;
  240. }