2008/10/2 Jonathan Franks <[EMAIL PROTECTED]>:
>
> the form framework book has a nice simple style applied to all the
> forms it shows.
>
> Is the css for this available anywhere??

Jon!

I've no idea what they are using, but.. this is pretty close:


form table label {
  font-weight: bold;
  width: 120px;
  display: block;
  text-align: right;
  margin-right: 1em;
}
form table td {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 0.5em;
}
form table th:first-child {
  background-color: #cacaca;
  border-collapse: collapse;
  border: 1px solid #000;
}


See you tomorrow :)

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

Reply via email to