| 1234567891011121314151617181920212223242526272829303132333435363738 |
- div.drag-dot {
- display: block;
- position: relative;
- background-image: url(../img/drag-dot.png);
- width: 5px;
- height: 5px;
- background-position: 0px 0px;
- margin: 0px;
- cursor: move;
- }
- td.drag-dot {
- vertical-align: middle !important;
- }
- tr.in-drag {
- background-color: #ccc !important;
- color: inherit;
- }
- a.ingredient-type-chooser {
- display: block;
- position: relative;
- float: left;
- top: 0px;
- left: 0px;
- background-image: url(../img/ingredient-type-chooser.png);
- width: 21px;
- height: 21px;
- background-position: 0px 21px;
- margin: 0px;
- cursor: pointer;
- margin-right: 4px;
- }
- a.ingredient-type-chooser.recipe {
- background-position: 0px 0px;
- }
|