
/* Drag stuff */
.draggable a.tabledrag-handle {
  float: left; /* LTR */
  height: 1.2em;
  width: 1.2em;
  text-decoration: none;
  background: url(../images/draggable.png) no-repeat center center;
  margin-right: 6px;
}
form .field-multiple-table .draggable td.field-multiple-drag a.tabledrag-handle {
  padding: 0;
}
a.tabledrag-handle:hover {
  text-decoration: none;
  background: none;
  cursor: move;
}
.warning.tabledrag-changed {
  display: none;
}
div.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
