custum_css

ptbberlin

Member
Hi,
for some time I'm trying to learn and understand Fabrik. The basics I understood.
Now I want to change the layout of some elements in detail-views. I learned that I have to do this by editing/adding the custum_css. So far so good. I've copied some examples from the Wiki in my custum_css (./components/com_fabrik/views/details/tmpl/bootstrap_tabs) but even simple changes do not work (for example #{$view}_$c #tb_name___fd_Name_ro {border:1px solid red;}).
By analysing the page with Firefox developer tool the reference in inline is aviable but with the Inspector-tool only css-elements, IDs, classes a.s.f. from the general template (AS002054free) are visible. Changes in the custum_css are without success.


What am I doing wrong???

I use Joomla 3.3.6 and Fabrik 3.2 (github today).
Site: http://www.my-jambo.de/index.php/schiffsliste/details/10/32
Peter
 
I assume you've got a Fabrik3.0 example.
See the recent custom_css_example.php
In Fabrik3.2 it must be
#$form xxx {}

(the rowid in $c is appened before)
 
thank's for the quick answer, but - sorry - I'm not sure to understand your example: is xxx the form-id or the part "_$c #tb_name___fd_Name_ro". Or give me a simple example for e.g. chanage the color of all labels in the current detail-view so I can understand it
Peter
 
It's just
#$form .foo {some-settings}
e.g.
#$form #tb_name___fd_Name_ro {border:1px solid red;}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top