![]() |
ChatGPT 7/6/2025 |
To remove padding in the view popup window in PHPRunner, you typically need to modify the CSS associated with that specific popup. Here’s how you can do it:
If you are still having issues or if the class names are different, you might need to inspect the popup elements in your browser to find the correct classes to target. Feel free to reach out if you need further assistance! |
H
|
Hopper author 7/6/2025 |
I am looking for a PHPRunner specific answer. I have already expended ~50 minutes with ChatGPT with no resolve. |
D
|
druck281 7/8/2025 |
I know there are some other similar posts where people have used CSS but so far, I have not been able to make any of them work. Add, edit and view pages can all be put in a popup without wasted space but for some reason, there is no option to do this with a list page. I really wanted to be able to popup some audit logs for a record without all the extra space or opening the full-size list page in another window but for now, the best I can do is using a snippet and rendering out an HTML table with the data. I have not tried to make the snippet interactive though. $recordID = $_SESSION["currentRecord"]["idcrt_CertPerson"]; //$_SESSION set in ProcessRecordValues |