Wrong CSS display for fileupload>1 on list-viev/edit

Status
Not open for further replies.
yes I would think so :) Just ensure your selector is more specific than the one you highlighted in the screen grab and it will take precedence over the J template css
 
Hi,
Can i get a tip what:
#fabrik-selector{
line-height: 2,2em;
}
can i use in my custom_css.php?

I am not enought advanced in fabrik to find myself,
 
friendly bump,

I try:

Code:
#{$view}_$c #ccjom_cc_zapotrzebowanie___dodaj_plik_zapotrz,
#details_$c #ccjom_cc_zapotrzebowanie___dodaj_plik_zapotrz_ro
 
{
color:black;
font-weight:bold;
font-size: 12px;
line-height: 4.8em;
}
but this doesn't work in the way i need,

i don't know how to use "li" element ? :(

My fileupload element with "Use Ajax upload"="Yes" - Max files=2 is:
ccjom_cc_zapotrzebowanie___dodaj_plik_zapotrz
---------------------------------------
I try also this:
Code:
#{$view}_$c #ccjom_cc_zapotrzebowanie___dodaj_plik_zapotrz ul li,
#details_$c #ccjom_cc_zapotrzebowanie___dodaj_plik_zapotrz_ro ul li
 
{
color:black;
font-weight:bold;
font-size: 12px;
line-height: 4.8em;
}

also it is no this...
 
Try
#{$view}_$c ul.fabrikRepeatData li {line-height: 4.8em}

As you can see in your screenshot the element id is join___949...._ro
(so you could do #{$view}_$c #join___949..._ro ul.fabrikRepeatData li {line-height: 4.8em})
but I assume all those upload li should have a greater line-height
 
This:

#{$view}_$c ul.FabrikRepeatData li {line-height: 4.8em;}
#details_$c ul.FabrikRepeatData li {line-height: 4.8em;}


doesn't work also,

And this doesn't work too:
#{$view}_$c #join___949___ccjom_cc_zapotrzebowanie_repeat_dodaj_plik_zapotrz___dodaj_plik_zapotrz_ro ul.fabrikRepeatData li {line-height: 4.8em;}
 

Attachments

  • Zaznaczenie_181.png
    Zaznaczenie_181.png
    118.3 KB · Views: 190
It must be fabrikRepeatData (f, not F)
or (for the form your link in post#1 is showing)
#join___964___ccjom_cc_zapotrzebowanie_repeat_dodaj_plik_zapotrz___dodaj_plik_zapotrz_ro

(join_949... from your screenshot must be an other element in an other form)
 
It must be fabrikRepeatData (f, not F)
Oooo! This really works
Many thanks for this:)
---------------------------------------------------------------------------------------------
I have now:
#{$view}_$c ul.fabrikRepeatData li {line-height: 1.8em; margin-top: -1px; margin-bottom: -2px;}
#details_$c ul.fabrikRepeatData li {line-height: 1.8em; margin-top: -1px; margin-bottom: -2px;}
 

Attachments

  • Zaznaczenie_182.png
    Zaznaczenie_182.png
    113.9 KB · Views: 187
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top