From ef1295e9b9eb985be86380ff32ba7f2ccae8bf0a Mon Sep 17 00:00:00 2001 From: Dave Stern Date: Tue, 9 Dec 2014 14:03:29 -0500 Subject: [PATCH] Moved persist column styles from table.columntoggle.css to table.skin.css --- dist/bare/tablesaw.bare.css | 11 +---------- dist/stackonly/tablesaw.stackonly.css | 2 +- dist/stackonly/tablesaw.stackonly.js | 2 +- dist/stackonly/tablesaw.stackonly.scss | 4 ++-- dist/tablesaw.css | 22 ++++++++++++---------- dist/tablesaw.js | 2 +- src/tables.columntoggle.css | 7 ------- src/tables.skin.css | 9 +++++++++ 8 files changed, 27 insertions(+), 32 deletions(-) diff --git a/dist/bare/tablesaw.bare.css b/dist/bare/tablesaw.bare.css index 255a942..a752c33 100644 --- a/dist/bare/tablesaw.bare.css +++ b/dist/bare/tablesaw.bare.css @@ -1,4 +1,4 @@ -/*! Tablesaw - v1.0.0 - 2014-12-05 +/*! Tablesaw - v1.0.1 - 2014-12-09 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2014 Filament Group; Licensed MIT */ @@ -626,15 +626,6 @@ table.tablesaw { } @media only all { - .tablesaw-swipe .tablesaw-cell-persist { - border-right: 1px solid #e4e1de; - } - - .tablesaw-swipe .tablesaw-cell-persist { - -webkit-box-shadow: 3px 0 4px -1px #e4e1de; - box-shadow: 3px 0 4px -1px #e4e1de; - } - /* Unchecked manually: Always hide */ .tablesaw-swipe th.tablesaw-cell-hidden, diff --git a/dist/stackonly/tablesaw.stackonly.css b/dist/stackonly/tablesaw.stackonly.css index b6df4f7..7dc414a 100644 --- a/dist/stackonly/tablesaw.stackonly.css +++ b/dist/stackonly/tablesaw.stackonly.css @@ -1,4 +1,4 @@ -/*! Tablesaw - v1.0.0 - 2014-12-05 +/*! Tablesaw - v1.0.1 - 2014-12-09 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2014 Filament Group; Licensed MIT */ diff --git a/dist/stackonly/tablesaw.stackonly.js b/dist/stackonly/tablesaw.stackonly.js index 5c036b7..aa88360 100644 --- a/dist/stackonly/tablesaw.stackonly.js +++ b/dist/stackonly/tablesaw.stackonly.js @@ -1,4 +1,4 @@ -/*! Tablesaw - v1.0.0 - 2014-12-05 +/*! Tablesaw - v1.0.1 - 2014-12-09 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2014 Filament Group; Licensed MIT */ ;(function( $ ) { diff --git a/dist/stackonly/tablesaw.stackonly.scss b/dist/stackonly/tablesaw.stackonly.scss index d74f7b9..c94a4cc 100644 --- a/dist/stackonly/tablesaw.stackonly.scss +++ b/dist/stackonly/tablesaw.stackonly.scss @@ -1,7 +1,7 @@ -/*! Tablesaw - v1.0.0 - 2014-12-05 +/*! Tablesaw - v1.0.1 - 2014-12-09 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2014 Filament Group; Licensed MIT */ -/*! Tablesaw - v1.0.0 - 2014-12-05 +/*! Tablesaw - v1.0.1 - 2014-12-09 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2014 Filament Group; Licensed MIT */ diff --git a/dist/tablesaw.css b/dist/tablesaw.css index 80ce830..690d61c 100644 --- a/dist/tablesaw.css +++ b/dist/tablesaw.css @@ -1,4 +1,4 @@ -/*! Tablesaw - v1.0.0 - 2014-12-05 +/*! Tablesaw - v1.0.1 - 2014-12-09 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2014 Filament Group; Licensed MIT */ @@ -458,6 +458,17 @@ table.tablesaw thead td { } } +@media only all { + .tablesaw-swipe .tablesaw-cell-persist { + border-right: 1px solid #e4e1de; + } + + .tablesaw-swipe .tablesaw-cell-persist { + -webkit-box-shadow: 3px 0 4px -1px #e4e1de; + box-shadow: 3px 0 4px -1px #e4e1de; + } +} + /* Table rows have a gray bottom stroke by default */ .tablesaw-stack tbody tr { @@ -713,15 +724,6 @@ table.tablesaw thead td { } @media only all { - .tablesaw-swipe .tablesaw-cell-persist { - border-right: 1px solid #e4e1de; - } - - .tablesaw-swipe .tablesaw-cell-persist { - -webkit-box-shadow: 3px 0 4px -1px #e4e1de; - box-shadow: 3px 0 4px -1px #e4e1de; - } - /* Unchecked manually: Always hide */ .tablesaw-swipe th.tablesaw-cell-hidden, diff --git a/dist/tablesaw.js b/dist/tablesaw.js index 433aff6..eb18803 100644 --- a/dist/tablesaw.js +++ b/dist/tablesaw.js @@ -1,4 +1,4 @@ -/*! Tablesaw - v1.0.0 - 2014-12-05 +/*! Tablesaw - v1.0.1 - 2014-12-09 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2014 Filament Group; Licensed MIT */ ;(function( $ ) { diff --git a/src/tables.columntoggle.css b/src/tables.columntoggle.css index 015d74d..b41e6e1 100644 --- a/src/tables.columntoggle.css +++ b/src/tables.columntoggle.css @@ -117,13 +117,6 @@ } @media only all { - .tablesaw-swipe .tablesaw-cell-persist { - border-right: 1px solid #e4e1de; - } - .tablesaw-swipe .tablesaw-cell-persist { - box-shadow: 3px 0 4px -1px #e4e1de; - } - /* Unchecked manually: Always hide */ .tablesaw-swipe th.tablesaw-cell-hidden, .tablesaw-swipe td.tablesaw-cell-hidden, diff --git a/src/tables.skin.css b/src/tables.skin.css index f12ce63..b4b8128 100644 --- a/src/tables.skin.css +++ b/src/tables.skin.css @@ -76,4 +76,13 @@ table.tablesaw thead td { .tablesaw td { line-height: 2em; } +} + +@media only all { + .tablesaw-swipe .tablesaw-cell-persist { + border-right: 1px solid #e4e1de; + } + .tablesaw-swipe .tablesaw-cell-persist { + box-shadow: 3px 0 4px -1px #e4e1de; + } } \ No newline at end of file