drupal theme issues
January 6th, 2009
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.
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.# |