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.

42 lines
939 B

  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-progress-wrap {
  9. border:1px solid #6593cf;
  10. overflow:hidden;
  11. }
  12. .x-progress-inner {
  13. height:18px;
  14. background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x;
  15. position:relative;
  16. }
  17. .x-progress-bar {
  18. height:18px;
  19. float:left;
  20. width:0;
  21. background:#9CBFEE url( ../images/default/progress/progress-bg.gif ) repeat-x left center;
  22. border-top:1px solid #D1E4FD;
  23. border-bottom:1px solid #7FA9E4;
  24. border-right:1px solid #7FA9E4;
  25. }
  26. .x-progress-text {
  27. font-size:11px;
  28. font-weight:bold;
  29. color:#fff;
  30. padding:1px 5px;
  31. overflow:hidden;
  32. position:absolute;
  33. left:0;
  34. text-align:center;
  35. }
  36. .x-progress-text-back {
  37. color:#396095;
  38. line-height:16px;
  39. }
  40. .ext-ie .x-progress-text-back {
  41. line-height:15px;
  42. }