Closed (fixed)
Project:
Taxonomy VTN
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 May 2008 at 12:55 UTC
Updated:
3 Jun 2008 at 12:32 UTC
I feel it wouuld be better if in taxonomy_vtn.pages.inc you set the table widths as below
$output .= theme('table', array(), $row, array('class' => 'taxonomy_vtn_nodes', 'id' => 'taxonomy_vtn_nodes','width'=>'100%'));
$output .= theme('table', array(), $row, array('class' => 'taxonomy_vtn_vocabularies', 'id' => 'taxonomy_vtn_vocabularies','width'=>'100%'));
$output .= theme('table', array(), $row, array('class' => 'taxonomy_vtn_terms', 'id' => 'taxonomy_vtn_terms','width'=>'100%'));
this is because you otherwise rely on the theme to set the table width to 100% in CSS
If css sets the table width to 100% then the end user can not enter a table to a width of his choice because the css overrides this
In some themes the the table is not set at all in css
brillant module by the way
Comments
Comment #1
tomaszx commentedHello,
If i set this width in style="width:100%" then this is master to class and you not be able to overwrite this width never.
i tested with marvin and pushbutton themes and this work correctly. My decision is:
in taxonomy_vtn.css i add:
and you can overwrite this in exmaple: "themes/chameleon/marvin/style.css" using:
I think that this is probably the best decision for your issue.
Listen: Your issue is not a bug report (maybe feature request)
By the way, set width to table in css not should be to all tables but for example: "table.class_name" - only for table with class name "class_name".
Comment #2
sykic commentedYour solution is better than mine
I have tested it and it works well thank you
Will you put it in the next release ?
Did not mean to rasie this as a bug sorry !
Comment #3
tomaszx commentedyes i put this in next release.
Thank you for activity :)
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.