/feincms/static/feincms/fein_tree.css

http://github.com/feincms/feincms · CSS · 54 lines · 44 code · 10 blank · 0 comment · 0 complexity · c77ab5a989680b7a3083f29dd04106c1 MD5 · raw file

  1. .drag_handle {
  2. width: 16px;
  3. height: 16px;
  4. background: url(img/arrow-move.png);
  5. display: inline-block;
  6. vertical-align: middle;
  7. }
  8. .drag_handle:hover {
  9. cursor: move;
  10. }
  11. .drag_order img {
  12. cursor: move;
  13. }
  14. table tr.dragging {
  15. opacity: .3;
  16. }
  17. table tr.dragging td {
  18. color: #333;
  19. }
  20. table tr.folded {
  21. background: red;
  22. }
  23. div#drag_line {
  24. position: relative;
  25. height: 3px;
  26. font-size: 0px;
  27. background-color: #800080;
  28. }
  29. div#drag_line div {
  30. position: absolute;
  31. height: 9px;
  32. width: 9px;
  33. background-image: url(img/drag_order_circle.png);
  34. margin: -3px 0 0 -9px;
  35. }
  36. .page_marker.children {
  37. background: url(img/disclosure-down.png) no-repeat right top;
  38. }
  39. .page_marker.closed {
  40. background: url(img/disclosure-right.png) no-repeat right top;
  41. }
  42. tr.non-editable a:link, tr.non-editable a:visited, tr.non-editable td {
  43. color: #AAA;
  44. }