edit-recipe.css 659 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. div.drag-dot {
  2. display: block;
  3. position: relative;
  4. background-image: url(../img/drag-dot.png);
  5. width: 5px;
  6. height: 5px;
  7. background-position: 0px 0px;
  8. margin: 0px;
  9. cursor: move;
  10. }
  11. td.drag-dot {
  12. vertical-align: middle !important;
  13. }
  14. tr.in-drag {
  15. background-color: #ccc !important;
  16. color: inherit;
  17. }
  18. a.ingredient-type-chooser {
  19. display: block;
  20. position: relative;
  21. float: left;
  22. top: 0px;
  23. left: 0px;
  24. background-image: url(../img/ingredient-type-chooser.png);
  25. width: 21px;
  26. height: 21px;
  27. background-position: 0px 21px;
  28. margin: 0px;
  29. cursor: pointer;
  30. margin-right: 4px;
  31. }
  32. a.ingredient-type-chooser.recipe {
  33. background-position: 0px 0px;
  34. }