CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • alignment of labels with form items
Pages: [1]

Author Topic: alignment of labels with form items  (Read 830 times)

orthodoxkohen

  • I post occasionally
  • **
  • Posts: 59
  • Karma: 2
alignment of labels with form items
July 03, 2009, 03:48:15 pm
I'm trying to figure out how to align the label in a form with the top of a textarea box.  check it out at https://www.yesmilwaukee.org/index.php?option=com_civicrm&view=Contributions&Itemid=104. I'm looking at it with firebug, and still can't figure out which style sheet the tr tag is inheriting it's status from.

Thanks

orthodoxkohen

  • I post occasionally
  • **
  • Posts: 59
  • Karma: 2
Re: alignment of labels with form items
July 03, 2009, 03:59:41 pm
Found it!

Okay in your css sheet enter:
Code: [Select]
tbody {
       vertical-align: top;
}

Good Hunting!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • alignment of labels with form items

This forum was archived on 2017-11-26.