Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Changes in 1.3
Changes in 1.2.5
----------------

* Fix grapelli theme appearance for admin list.
* Fix grappelli theme appearance for admin list.


Changes in 1.2.4
Expand Down Expand Up @@ -192,7 +192,7 @@ Changes in version 0.8.5 (beta release)
Changes in version 0.8.4 (alpha release)
----------------------------------------

* Fix list appearance in combination with django-grapelli
* Fix list appearance in combination with django-grappelli
* Improve error messages on invalid movements


Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* grapelli styling and workarounds */
/* grappelli styling and workarounds */

#grp-container .results {
margin: 0 0 5px 0;
}

#grp-container .jqtree-django table {
width: 100%; /* for grapelli */
width: 100%; /* for grappelli */
}

#grp-container #js-result-list {
Expand All @@ -21,7 +21,7 @@
#grp-container .jqtree-django ul.tree {
margin: 0;
padding: 0 0 0 12px;
background-image: url(zebra-grapelli.png);
background-image: url(zebra-grappelli.png);
}

#grp-container .jqtree-django .col-primary,
Expand Down