Removed old code and added comment to previous fix
parent
7a6a29b110
commit
beec7242c6
|
|
@ -365,12 +365,7 @@
|
||||||
padding:6px 10px !important;
|
padding:6px 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* begin fix issue #12 - Inlines bad delete buttons alignement */
|
||||||
.inline-group .tabular thead th:last-child:not([class]):not([style]) {
|
|
||||||
text-align:center;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.inline-group .tabular thead th:last-child:not([class]):not([style]) {
|
.inline-group .tabular thead th:last-child:not([class]):not([style]) {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
@ -385,6 +380,7 @@
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-indent:9999px;
|
text-indent:9999px;
|
||||||
}
|
}
|
||||||
|
/* end fix */
|
||||||
|
|
||||||
/* 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