sortable lists

This commit is contained in:
Roland Gruber 2013-02-10 16:00:41 +00:00
parent 686dc27b10
commit c309dec449
1 changed files with 5 additions and 0 deletions

View File

@ -240,6 +240,11 @@ div.ui-progressbar-value {
width: 50%;
}
.sortableList { list-style-type: none; margin: 0; padding: 0; }
.sortableList li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; }
.sortableList li span { position: absolute; margin-left: -1.3em; }
/**
* table style for delete.php
*