Sortable elements

This commit is contained in:
Howland Owl 2014-04-15 18:57:23 +03:00
parent 54faa4dca2
commit e3599a446f
3 changed files with 19 additions and 3 deletions

View file

@ -27,4 +27,18 @@ label {
#list {
border: 1px solid black;
}
.entry {
margin: 0 3px 3px 3px;
padding: 0.4em;
padding-left: 1.5em;
width: 75%;
height: 18px;
border: 2px outset rgb(255,228,196);
background-color: rgb(245,245,220);
}
.entry span {
display: inline-block;
}