We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876352d commit 3d23456Copy full SHA for 3d23456
adminsortable2/static/adminsortable2/css/sortable.css
@@ -29,11 +29,12 @@ fieldset.sortable table tr.form-row.has_original td.original p {
29
fieldset.sortable .inline-related.has_original h3 {
30
background: url(../icons/drag.png) repeat;
31
cursor: grab;
32
- height: 20px;
+ height: 24px;
33
+ padding-top: 4px;
34
}
35
fieldset.sortable :is(.inline-related, td.original) span.sort {
36
float: right;
- margin-right: 10px;
37
+ margin: 2px 10px 0 0;
38
39
fieldset.sortable :is(.inline-related, td.original) span.sort i {
40
width: 0;
0 commit comments