drupal theme issues

January 6th, 2009
  • I'm in the middle of the integrating Drupal 5.7 and extjs 2.0 and face some issues with the default theme ( garland ) of Drupal.
    The issues are, as far as I understand the issue correctly, strictly related to css and probably caused by namespace conflicts.
    A symptom of the problem is the exjts grid combined with the garland theme, it's messed up.
    A workaround is using the old blue marine or old pushbutton theme instead of the garland theme.
    However most themes you will find online are not based on the blue marine or pushbutton theme.

    All practical ideas and suggestions on how to resolve the css issues of combining a
    theme of Drupal and Extjs are welcome.
    I am also interested in available themes that I can use as example code.


  • Turns out the main issue of the grid was caused by style.css of the garland theme.
    Change this


    table {
    margin: 1em 0;
    width: 100%;
    }


    into something like


    table {
    margin: 0;
    width: auto;
    }







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about drupal theme issues , Please add it free.