angular-ui-sortable
Version:
This directive allows you to jQueryUI Sortable.
35 lines (28 loc) • 472 B
CSS
.section {
margin-top: 30px;
margin-bottom: 30px;
}
.list {
border: 1px solid #000;
border-radius: 15px;
list-style: none outside none;
margin: 10px;
padding: 10px;
}
.item {
padding: 5px 10px;
margin: 5px 0;
border: 2px solid #444;
border-radius: 5px;
background-color: #EA8A8A;
font-size: 1.1em;
font-weight: bold;
text-align: center;
cursor: move;
}
/*** Extra ***/
.logList {
min-height: 200px;
border: 5px solid #000;
border-radius: 15px;
}