[web2py] Re: CSS probleme

2010-12-27 Thread Martin.Mulone
There are no css customization over upload input in the base.css, because 
any css rules is override with the browser, perhaps some yes, but it's hard 
to achieve and requiere some js hacks and don't work with all browser.  See 
http://www.quirksmode.org/dom/inputfile.html if you want to do that, any 
easy solution is welcome.

Re: [web2py] Re: CSS probleme

2010-12-27 Thread Branko Vukelić
On Mon, Dec 27, 2010 at 11:30 AM, Martin.Mulone mulone.mar...@gmail.com wrote:
  See http://www.quirksmode.org/dom/inputfile.html if you want to do that,
 any easy solution is welcome.

I don't think there's a good solution for that that doesn't involve
javascript. And even the best-looking solutions I've seen simply
cripple the basic functionality. I think it's better to just unstyle
form controls entirely, and manipulate only things like font-family,
font-size, padding, margin, width, and height to make layout easier.

-- 
Branko Vukelic

stu...@brankovukelic.com
http://www.brankovukelic.com/