LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
This module adds the Zurb Responsive Tables
library to all tables on your site.
Zurb...
http://zurb.com/playground/responsive-tables
Zurb Demo...
http://zurb.com/playground/projects/responsive-tables/index.html
Installation
Simply enable the… |
responsive-tables.css |
css/responsive-tables.css |
|
table th {
font-weight: bold;
}
table td,
table th {
padding: 9px 10px;
text-align: left;
}
/* Mobile */
@media only screen and (max-width: 767px) {
table.responsive {
margin-bottom: 0;
}
table.responsive td,
.pinned td {
… |
zurb_responsive_tables.info |
zurb_responsive_tables.info |
|
name = Zurb Responsive Tables
description = Adds the Zurb responsive tables library to all tables.
package = User interface
core = 7.x
stylesheets[all][] = css/responsive-tables.css
scripts[] = js/responsive-tables.js
; Information added by… |
zurb_responsive_tables.module |
zurb_responsive_tables.module |
|
Provides the Zurb responsive tables library for all tables site wide.
@TODO
Add configuration page to select specific tables. |