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 <[email protected]> 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 decrease size of input field of Estimated time and the dropbox 
> field to the right of it 
> 
> 
> {{=form.custom.begin}}
> <table>
> 
> <table><tr>
> <td><b>Type :</b></td><td><div>{{=form.custom.widget.type}}</div></td>
> </tr><tr>
> <td><b>Title :</b></td><td><div>{{=form.custom.widget.title}}</div></td>
> </tr><tr>
> <td><b>Description 
> :</b></td><td><div>{{=form.custom.widget.description}}</div></td>
> </tr><tr>
> <td><b>Estimated Time 
> :</b></td><div'><td>{{=form.custom.widget.estimated_time}}{{=form.custom.widget.estimated_time_unit}}</td>
>  </div>
> </tr>
> <tr>
> <td></td><td><div align='center'>{{=form.custom.submit}}</div></td>
> </tr>
> </table>
> 
> {{=form.custom.end}}
> 
> -- 
> Sahil Arora
> B.Tech 2nd year
> Computer Science and Engineering
> IIT Delhi
> Contact No: +91 9871491046
> <Screenshot-2.png>

Reply via email to