Re: [web2py] customizing size of form fields created using field.custom.widget

2010-12-23 Thread Sahil Arora
thanks...that worked On 12/23/10, Martín Mulone wrote: > Add to your css definition or in /static/CSS/base.css this rule and > tell if this is working: > > #task_estimated_time_unit {width: 80px;} > > 2010/12/23 Sahil Arora : >> Create a new task >> >> >> >> >> Type :> id="task_type" name="typ

Re: [web2py] customizing size of form fields created using field.custom.widget

2010-12-23 Thread Martín Mulone
Add to your css definition or in /static/CSS/base.css this rule and tell if this is working: #task_estimated_time_unit {width: 80px;} 2010/12/23 Sahil Arora : > Create a new task > > > > > Type : id="task_type" name="type"> value="2">CodingDesigning value="3">Testing > > Title : name="title"

Re: [web2py] customizing size of form fields created using field.custom.widget

2010-12-23 Thread Sahil Arora
Create a new task Type :CodingDesigningTesting Title : Description : Estimated Time :dayshours On 12/23/10, Martín Mulone wrote: > Can you show me the source html of this form generated? > > 2010/12/23 Sahil Arora : >> I used the following code to generate a form in attached image.

Re: [web2py] customizing size of form fields created using field.custom.widget

2010-12-23 Thread Martín Mulone
Can you show me the source html of this form generated? 2010/12/23 Sahil Arora : > I used the following code to generate a form in attached image. > Is it possible to change the size of the fields in the form. > I want to decrease size of input field of Estimated time and the dropbox > field to th

Re: [web2py] customizing size of form fields created using field.custom.widget

2010-12-23 Thread Arun K.Rajeevan
add a new css rule in /static/CSS/base.css than editing what's already there. So will render elements properly in other parts of page

Re: [web2py] customizing size of form fields created using field.custom.widget

2010-12-23 Thread Sahil Arora
but i want only a particular field size to be decreased not all. Is there any other alternative? On 12/23/10, rochacbruno wrote: > You need to edit /static/CSS/base.css > > The form and imputs width is defined there. > > Enviado via iPhone > > Em 23/12/2010, às 09:38, Sahil Arora escreveu: > >>

Re: [web2py] customizing size of form fields created using field.custom.widget

2010-12-23 Thread rochacbruno
You need to edit /static/CSS/base.css The form and imputs width is defined there. Enviado via iPhone Em 23/12/2010, às 09:38, Sahil Arora escreveu: > I used the following code to generate a form in attached image. > Is it possible to change the size of the fields in the form. > I want to decr