mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Fix #584 - [Legacy] Fix subpanel buttons not showing
This commit is contained in:
parent
24e79a8e70
commit
8a75ad18f2
1 changed files with 2 additions and 6 deletions
|
@ -603,15 +603,11 @@ table.subpanel-table .pagination .SugarActionMenu li.single a:hover {
|
|||
}
|
||||
|
||||
table.subpanel-table .pagination li.single > form {
|
||||
position: absolute;
|
||||
top: -39px;
|
||||
right: 4px;
|
||||
position: static;
|
||||
}
|
||||
|
||||
table.subpanel-table .pagination li.single > a {
|
||||
position: absolute;
|
||||
top: -39px;
|
||||
right: 7px;
|
||||
position: static;
|
||||
}
|
||||
|
||||
.header-module-title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue