Updated CSS classing of sortable inline and stacked items.

Concatenated classing of sortable inlines into one stylesheet.
Updated version to 1.3.3
Updated README
This commit is contained in:
Brandon Taylor
2012-07-09 11:05:59 -04:00
parent 484f00d263
commit 866adffd7b
8 changed files with 36 additions and 34 deletions
Binary file not shown.
+1
View File
@@ -13,6 +13,7 @@ class CreditInline(SortableTabularInline):
class NoteInline(SortableStackedInline):
model = Note
extra = 0
class ProjectAdmin(SortableAdmin):
@@ -0,0 +1,4 @@
.sortable
{
cursor: move;
}
@@ -1,4 +0,0 @@
.tabular .sortable
{
cursor: move;
}