Fixed inlines style

pull/32/head
Fabio Caccamo 2017-09-29 12:11:02 +02:00
parent 21b221f9e9
commit ca2f5c549e
1 changed files with 9 additions and 1 deletions

View File

@ -238,9 +238,17 @@ body.admin-interface .paginator a.showall:visited {
} }
/* end fix */ /* end fix */
.admin-interface .inline-group { /* begin fix restrict tabular-inline horizontal-scroll to inline-group instead of whole page */
.admin-interface .inline-group[data-inline-type="tabular"] {
overflow-x:auto; overflow-x:auto;
} }
/* end fix */
/* begin fix stacked-inline margin-bottom in responsive small viewport */
.admin-interface .inline-group[data-inline-type="stacked"] .module {
margin-bottom:0px;
}
/* end fix */
/* begin fix issue #10 - Related widget broken in long tabular inline */ /* begin fix issue #10 - Related widget broken in long tabular inline */
.admin-interface .inline-group .tabular .related-widget-wrapper { .admin-interface .inline-group .tabular .related-widget-wrapper {