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:
Binary file not shown.
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user