b40ead7d by Marty Penner

Add basic styles for sortable list items. Taken from the "Post Types Order" plugin. refs #1489

1 parent 015754fb
...@@ -785,4 +785,10 @@ h6.fieldset-heading { ...@@ -785,4 +785,10 @@ h6.fieldset-heading {
785 785
786 a.remove-option-group, a.remove-option { 786 a.remove-option-group, a.remove-option {
787 margin-left: 15px; 787 margin-left: 15px;
788 }
...\ No newline at end of file ...\ No newline at end of file
788 }
789
790 #sortable { list-style-type: none; margin: 10px 0 0; padding: 0; width: 100%; }
791 #sortable ul { margin-left: 20px; list-style: none; }
792 #sortable li { padding: 2px 0px; margin: 4px 0px; border: 1px solid #DDDDDD; cursor: move; -moz-border-radius: 6px }
793 #sortable li span { display: block; background: #f7f7f7; padding: 5px; color: #808080; font-size: 14px; font-weight: bold; }
794 #sortable li.placeholder { border: dashed 2px #ccc; background-color: #FFF; height: 20px; }
...\ No newline at end of file ...\ No newline at end of file
......