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.

46 lines
758 B

  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-progress-wrap {
  8. border:1px solid;
  9. overflow:hidden;
  10. }
  11. .x-progress-inner {
  12. height:18px;
  13. background:repeat-x;
  14. position:relative;
  15. }
  16. .x-progress-bar {
  17. height:18px;
  18. float:left;
  19. width:0;
  20. background: repeat-x left center;
  21. border-top:1px solid;
  22. border-bottom:1px solid;
  23. border-right:1px solid;
  24. }
  25. .x-progress-text {
  26. padding:1px 5px;
  27. overflow:hidden;
  28. position:absolute;
  29. left:0;
  30. text-align:center;
  31. }
  32. .x-progress-text-back {
  33. line-height:16px;
  34. }
  35. .ext-ie .x-progress-text-back {
  36. line-height:15px;
  37. }
  38. .ext-strict .ext-ie7 .x-progress-text-back{
  39. width: 100%;
  40. }