This topic is locked

How to customize the Layout for the master table

6/24/2012 10:16:52 PM
PHPRunner General questions
L
lmb_hs_sp author

Hi,
I am playing with layout customization and I have been able to do pretty cool things (this software is great!)
Now, I would like to change the width of the master table and set it to 100%.
Any idea on how this could be done?
Thanks
Franck

J
Jane 6/25/2012

Hi,
unfortunately it's not possible to change width of mastertable info section in the layouts directly.

You can change it on the Visual Editor tab directly or in the generated .css files.

L
lmb_hs_sp author 6/25/2012

OK thanks for the reply.
I have several master table to change and I would prefer to have a solution to do this change once instead of on each page in the editor.
Is there a way to create a custom CSS in phprunner or do I need to hack the CSS file created in the output each time I do a build?
Franck

W
wildwally 6/26/2012



OK thanks for the reply.
I have several master table to change and I would prefer to have a solution to do this change once instead of on each page in the editor.
Is there a way to create a custom CSS in phprunner or do I need to hack the CSS file created in the output each time I do a build?
Franck


Look in PHPRunner's actual files for the file you want to edit. I've found that you can add or change things in the master file and with each build the changes will carry over. Saving you lots of time. If working with multiple projects just remeber that these changes have been made as they will affect all builds. And when you update to newer versions the change will have to be done again.