Fórumok

LFR 6.2 autocomplete resultlist width

Johan de jong, módosítva 10 év-val korábban

LFR 6.2 autocomplete resultlist width

Junior Member Bejegyzések: 41 Csatlakozás dátuma: 2012.02.06. Legújabb bejegyzések
I can't find a way to enlarge the width of the resultlist created by autocomplete.

any tips?

in LFR 61. i could use inline CSS code within a portlet, but that doens't seem to work now?
Johan de jong, módosítva 10 év-val korábban

RE: LFR 6.2 autocomplete resultlist width (solved)

Junior Member Bejegyzések: 41 Csatlakozás dátuma: 2012.02.06. Legújabb bejegyzések
I found it.

inline css inside my portlet:

<style type="text/css">
.yui3-aclist {
    width: 600px !important;
}
</style>