draggable
Version:
High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package
27 lines (22 loc) • 323 B
CSS
#container {
background: #eee url(grid.gif) 0 0;
background-size: 10px;
}
/* form */
label {
display: block;
font-size: 16px;
line-height: 24px;
padding: 10px 10px 0;
text-align: left;
}
input {
float: right;
}
input[type="number"] {
padding: 5px;
}
input[type="checkbox"] {
position: relative;
top: -1px
}