This topic is locked

Gridlines in View page

5/11/2014 4:28:29 PM
PHPRunner General questions
S
Stucco author

Hi,
Is there an easy way to add gridlines (table borders of some type) to the view pages? I could edit the bricks, but would like to avoid that if possible due to later difficulty upgrading versions.
I am using the following settings:


Thanks!

Sergey Kornilov admin 5/13/2014

Could you elaborate what lines do you mean?

S
Stucco author 5/14/2014

Sure, the first picture is what it looks like today, but I am looking for something like I mocked up in the second picture. Alternatively, disabled fields would also work.



Thanks!

Sergey Kornilov admin 5/14/2014

Try adding something like this to Javascript OnLoad event of the View page:

$(".rnr-label,.rnr-control").css('border-bottom','1px solid #d0d0d0');