You may have other css rules that override yours... Try to set a style
attribute to your input to see what happen, if it works it because there is
other css rules that override your... Try to find it, you can use Chrome
dev tool, right click on the html thing and select inspect item in the
menu, you will see all the styles that apply to your input...

Rember, the css rule closest to the html tag has priority over all other...

Richard


On Tue, Nov 12, 2013 at 3:35 PM, greenpoise <danel.sega...@gmail.com> wrote:

> I keep reading to do it from base.css but it is not working.
>
>
> My source
>
> <div>
>
>  </div></td><td><br><input class="string" id="productsearch_qty" name=
> "qty" type="text" value="" /></td>
>
>
> On base.css I have
>
> #productsearch_qty {width: 3px;}
>
>
>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to