mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Fix #488 - [Legacy] Fix search pagination being lost
This commit is contained in:
parent
cbd0b51e6f
commit
c739cc647e
1 changed files with 3 additions and 12 deletions
|
@ -171,11 +171,6 @@ p.msg {
|
|||
font-size: 20px;
|
||||
}
|
||||
|
||||
.nav-tabs > li.tab-inline-pagination {
|
||||
display: none;
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
.nav-tabs > .mobile-pagination {
|
||||
display: none;
|
||||
visibility: collapse;
|
||||
|
@ -203,10 +198,6 @@ p.msg {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.tab-inline-pagination .pagination-range-label {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.pointer {
|
||||
font-size: 32px;
|
||||
|
@ -654,8 +645,8 @@ table.subpanel-table .pagination li.single > a {
|
|||
.pagination {
|
||||
.btn-pagination {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue