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 »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Quick Search field breaks theme
Pages: [1]

Author Topic: Quick Search field breaks theme  (Read 916 times)

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Quick Search field breaks theme
June 06, 2008, 02:03:50 pm
The AJAXified thingy that sits on top of the Quick Search field seems to be a fixed size, breaking outside of the region given for the block. Can someone quickly point me to what needs to be changes to resize this field?

Thanks,

Matt
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Quick Search field breaks theme
June 07, 2008, 02:58:40 pm

templates/CRM/Block/Search.tpl

is where the html code is. You should be able to tweak it there.

CRM/Core/Block.php is the corresponding php code

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Quick Search field breaks theme
June 09, 2008, 10:12:15 am
Thanks, that was the TPL I needed.

For the record, I learned that dijit doesn't use the 'size' attribute, so I had to set the width with CSS, e.g.:

style="width:150px;"
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Quick Search field breaks theme

This forum was archived on 2017-11-26.