IDEMPIERE-3657 Missing buttons start/end page on detail tab (#57)

This commit is contained in:
Diego Ruiz 2020-05-13 19:22:23 +02:00 committed by GitHub
parent 86ca0a9523
commit 1a902a95de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -279,6 +279,13 @@
}
}
@media screen and (min-width: 600px) {
/* Tablets and bigger */
.adwindow-detailpane-adtab-grid-south .z-paging ul>li {
display: inline!important;
}
}
.activity-card {
border: 1px solid #d0cdc8;
border-top-left-radius: 2px;