but i want only a particular field size to be decreased not all. Is
there any other alternative?

On 12/23/10, rochacbruno <rochacbr...@gmail.com> 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 <sahilarora...@gmail.com> 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>
>


-- 
Sahil Arora
B.Tech 2nd year
Computer Science and Engineering
IIT Delhi
Contact No: +91 9871491046

Reply via email to