It seems that some CSS is not necessary. It is only applied on the node edit form. Removing it does not seem to have any impact.

Searching 8 files for "tablefield.css"

/sites/all/modules/contrib/tablefield/tablefield.module:
 1170   */
 1171  function tablefield_after_build($form, &$form_state) {
 1172:   drupal_add_css(drupal_get_path('module', 'tablefield') . '/tablefield.css');
 1173    drupal_add_tabledrag('tablefield-editor', 'order', 'sibling', 'tablefield-weight');
 1174    return $form;

1 match in 1 file
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lolandese created an issue. See original summary.

lolandese’s picture

Status: Active » Needs review
FileSize
759 bytes

It impacts (and can not be removed for):

  • Table drag handler (places row number under the handle to take up less space).
  • Some cell padding.