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.

136 lines
3.2 KiB

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-btn {
  8. font:normal 14px tahoma, verdana, helvetica;
  9. }
  10. .x-btn button {
  11. font:normal 14px arial,tahoma,verdana,helvetica;
  12. color:#fffffa;
  13. padding-left:6px !important;
  14. padding-right:6px !important;
  15. }
  16. .x-btn-over .x-btn button{
  17. color:#fff;
  18. }
  19. .x-btn-noicon .x-btn-small .x-btn-text, .x-btn-text-icon .x-btn-icon-small-left .x-btn-text,
  20. .x-btn-icon .x-btn-small .x-btn-text, .x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
  21. height:18px;
  22. }
  23. .x-btn-icon .x-btn-small .x-btn-text {
  24. width:18px;
  25. }
  26. .x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
  27. padding-left:21px !important;
  28. }
  29. .x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
  30. padding-right:21px !important;
  31. }
  32. .x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
  33. padding-left:29px !important;
  34. }
  35. .x-btn-text-icon .x-btn-icon-medium-right .x-btn-text {
  36. padding-right:29px !important;
  37. }
  38. .x-btn-text-icon .x-btn-icon-large-left .x-btn-text {
  39. padding-left:37px !important;
  40. }
  41. .x-btn-text-icon .x-btn-icon-large-right .x-btn-text {
  42. padding-right:37px !important;
  43. }
  44. .x-btn em {
  45. font-style:normal;
  46. font-weight:normal;
  47. }
  48. .x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
  49. background-image:url(../images/access/button/btn.gif);
  50. }
  51. .x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
  52. color:#fff;
  53. }
  54. .x-btn-disabled *{
  55. color:#eee !important;
  56. }
  57. .x-btn-mc em.x-btn-arrow {
  58. background-image:url(../images/access/button/arrow.gif);
  59. padding-right:13px;
  60. }
  61. .x-btn-mc em.x-btn-split {
  62. background-image:url(../images/access/button/s-arrow.gif);
  63. padding-right:20px;
  64. }
  65. .x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
  66. background-image:url(../images/access/button/s-arrow-o.gif);
  67. }
  68. .x-btn-mc em.x-btn-arrow-bottom {
  69. background-image:url(../images/access/button/s-arrow-b-noline.gif);
  70. }
  71. .x-btn-mc em.x-btn-split-bottom {
  72. background-image:url(../images/access/button/s-arrow-b.gif);
  73. }
  74. .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  75. background-image:url(../images/access/button/s-arrow-bo.gif);
  76. }
  77. .x-btn-group-header {
  78. color: #d2d2d2;
  79. }
  80. .x-btn-group-tc {
  81. background-image: url(../images/access/button/group-tb.gif);
  82. }
  83. .x-btn-group-tl {
  84. background-image: url(../images/access/button/group-cs.gif);
  85. }
  86. .x-btn-group-tr {
  87. background-image: url(../images/access/button/group-cs.gif);
  88. }
  89. .x-btn-group-bc {
  90. background-image: url(../images/access/button/group-tb.gif);
  91. }
  92. .x-btn-group-bl {
  93. background-image: url(../images/access/button/group-cs.gif);
  94. }
  95. .x-btn-group-br {
  96. background-image: url(../images/access/button/group-cs.gif);
  97. }
  98. .x-btn-group-ml {
  99. background-image: url(../images/access/button/group-lr.gif);
  100. }
  101. .x-btn-group-mr {
  102. background-image: url(../images/access/button/group-lr.gif);
  103. }
  104. .x-btn-group-notitle .x-btn-group-tc {
  105. background-image: url(../images/access/button/group-tb.gif);
  106. }