You are here

Files in Responsive Tables 7.2

Primary tabs

File namesort descending Location Namespace Description
bartik.css css/bartik.css /** * Responsive tables. */ @media screen and (max-width:28.125em) { /* 450px */ th.priority-low, td.priority-low, th.priority-medium, td.priority-medium { display: none; } } @media screen and (max-width:45em) { /* 720px */ …
responsive_tables.info responsive_tables.info name = Responsive Tables description = Backports the responsive table functionality from Drupal 8. core = 7.x files[] = views_plugin_style_table_responsive.inc
responsive_tables.module responsive_tables.module
seven.css css/seven.css /** * Responsive tables. */ @media screen and (max-width:28.125em) { /* 450px */ th.priority-low, td.priority-low, th.priority-medium, td.priority-medium { display: none; } } @media screen and (max-width:45em) { /* 720px */ …
stark.css css/stark.css /** * Responsive tables. */ @media screen and (max-width:28.125em) { /* 450px */ th.priority-low, td.priority-low, th.priority-medium, td.priority-medium { display: none; } } @media screen and (max-width:45em) { /* 720px */ …
views_plugin_style_table_responsive.inc views_plugin_style_table_responsive.inc Contains the table style plugin.

Other projects