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.

60 lines
1005 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-dd-drag-proxy{
  8. position:absolute;
  9. left:0;
  10. top:0;
  11. visibility:hidden;
  12. z-index:15000;
  13. }
  14. .x-dd-drag-ghost{
  15. -moz-opacity: 0.85;
  16. opacity:.85;
  17. filter: alpha(opacity=85);
  18. border: 1px solid;
  19. padding:3px;
  20. padding-left:20px;
  21. white-space:nowrap;
  22. }
  23. .x-dd-drag-repair .x-dd-drag-ghost{
  24. -moz-opacity: 0.4;
  25. opacity:.4;
  26. filter: alpha(opacity=40);
  27. border:0 none;
  28. padding:0;
  29. background-color:transparent;
  30. }
  31. .x-dd-drag-repair .x-dd-drop-icon{
  32. visibility:hidden;
  33. }
  34. .x-dd-drop-icon{
  35. position:absolute;
  36. top:3px;
  37. left:3px;
  38. display:block;
  39. width:16px;
  40. height:16px;
  41. background-color:transparent;
  42. background-position: center;
  43. background-repeat: no-repeat;
  44. z-index:1;
  45. }
  46. .x-view-selector {
  47. position:absolute;
  48. left:0;
  49. top:0;
  50. width:0;
  51. border:1px dotted;
  52. opacity: .5;
  53. -moz-opacity: .5;
  54. filter:alpha(opacity=50);
  55. zoom:1;
  56. }