Ola, no meu projeto eu consegui alterar, tanto a descricao das labels, 
quanto o tamanho dos campos...

no arquivo CSS, eu coloquei:
    #cadempresa_ente {width:400px; height: 14px; border: 1px solid black; 
background-color: white; font: 11px arial;}
    #cadempresa_EFEndereco {width:400px; height: 14px; border: 1px solid 
black; background-color: white; font: 11px arial;}

no CONTROLLER, na DEF q cria a grid, eu coloquei:
   db.cadempresa.EFEndereco.label = "Endereço";
   db.cadempresa.EFBairro.label = "Bairro"

"desculpe a postagem em portugues, so tentei ajudar"



Em terça-feira, 23 de julho de 2013 12h47min05s UTC-3, Kyle Flanagan 
escreveu:
>
> I'm trying to change the width of an SQLFORM.grid to take up the full 
> width of the browser window, but only in one view. I'm assuming that means 
> I need to change the .container width, but I can't figure out where exactly 
> the width needs to be changed. I've also read that changing container to 
> container-fluid might get me started in the right direction, but I'd rather 
> not change the layout for all the views when I just need one to be the full 
> width of the browser window. Is there a way to change the width of the 
> container for one view without making a change in layout.html that will 
> impact all views? 

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to