Re: two clicks to submit a form issue
Ksenia Marasanova <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
> form.quixote[action] > div.widget {
> float: none;
> }
>
> form.quixote[action] > br.widget {
> display: none;
> }
I see, it causes some really weird CSS problem in Firefox. PTL escaped
">" character in stylesheet. If you correct it the problem wil go
away.
--
Ksenia