Fixed issue #12 - Inlines bad delete buttons alignement
parent
1f3bb6514c
commit
7a6a29b110
|
|
@ -371,15 +371,19 @@
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*.inline-group .tabular tr.has_original td.original, */
|
.inline-group .tabular thead th:last-child:not([class]):not([style]) {
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
|
||||||
.inline-group .tabular tr td.delete {
|
.inline-group .tabular tr td.delete {
|
||||||
vertical-align:middle !important;
|
text-align:right;
|
||||||
text-align:center !important;
|
padding-right:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-group .tabular tr td.delete a.inline-deletelink {
|
.inline-group .tabular tr td.delete a.inline-deletelink {
|
||||||
float:none;
|
margin-top:2px;
|
||||||
display:inline-block;
|
overflow:hidden;
|
||||||
|
text-indent:9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* improve django-modeltranslation support - https://github.com/deschler/django-modeltranslation/pull/313/commits */
|
/* improve django-modeltranslation support - https://github.com/deschler/django-modeltranslation/pull/313/commits */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue