J
|
jomppa10 8/1/2017 |
Hi, |
S
|
SteveDickson author 8/2/2017 |
Hi, try this for bootstrap custom css: add, edit modal pages .bs-popup .form-control { display: inline-block; } .bs-popup .bs-lookup-links { display: inline-block; margin-left:4px; } and for normal add, edit pages .page-edit_bootstrap .form-control { display: inline-block; } .page-edit_bootstrap .bs-lookup-links { display: inline-block; margin-left:4px; } regards Jouni
|
![]() |
Sergey Kornilov admin 8/2/2017 |
I think you need to post a screenshot of how it looks now and also an example of how you need to change it. At this moment I'm really at loss what exactly you want to change and how. |
J
|
jomppa10 8/2/2017 |
Hi, |
S
|
SteveDickson author 8/5/2017 |
Jouni, |
S
|
SteveDickson author 8/9/2017 |
Hi, also using PHPRunner 9.8. Try also this for regular add pages. Works fine also in my plain test project Bootstrap / Cerulean. .page-add_bootstrap .form-control { display: inline-block; } .page-add_bootstrap .bs-lookup-links { display: inline-block; margin-left:4px; } The 'add new' -link settles now right after an edit box (margin 4px) . regards Jouni
|