in the css

label {
    white-space: nowrap;
}
td {
   text-align: left;
   vertical-align: top;
}

On Mar 16, 3:20 pm, Johann Spies <johann.sp...@gmail.com> wrote:
> I have a model like this:
>
> db.define_table("policies_and_strategies",
>                 Field("country") ,
>                 Field("policy_strategy_type") ,
>                 Field("name_of_policy_strategy") ,
>                 Field("brief_description_of_policy_strategy","text") ,
>                 Field("date_released") ,
>                 Field("main_goals_aims_of_the_policy_strategy","text"),
>                 Field("electronic_documentation") ,
>                 Field("documents") ,
>                 Field("url")  )
>
> When I use crud.read the alignment of the field names is not good as
> shown in the attache screenshot.  Is there a way to correct that?
>
> Regards
> Johann
>
> --
>     "Blessed are the poor in spirit: for theirs is the
>       kingdom of heaven...Blessed are they which do hunger
>       and thirst after righteousness: for they shall be
>       filled...Blessed are the pure in heart: for they shall
>       see God."                   Matthew 5:3,6,8
>
>  Screenshot.png
> 27KViewDownload

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to