Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
teak css for jazzmin + admin-sortable2
Browse files Browse the repository at this point in the history
  • Loading branch information
monodo committed May 29, 2024
1 parent 5cbd615 commit 368cc33
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions geocity/apps/core/static/css/admin/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,26 @@
tr .select2 {
width: 70% !important;
}

/* tweak admin-sortable2 for jazzmin compatibility with tabular inlines */

tbody .original {
width: 100px;;
}

tbody .field-field {
width: 500px;
}

tbody .delete {
width: 50px;
text-align: right;
}

thead .original {
width: 80%;
}

thead .column-field {
display: none;
}

0 comments on commit 368cc33

Please sign in to comment.