Skip to content

Commit

Permalink
Merged templates into tc-grid.js and added 6to5 transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Jones committed Jan 25, 2015
1 parent bac6877 commit 1e14bc6
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 312 deletions.
1 change: 0 additions & 1 deletion dist/tc-grid-templates.js

This file was deleted.

28 changes: 4 additions & 24 deletions dist/tc-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
}
.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort:after {
margin-left: 5px;
font-family: FontAwesome;
}
.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort.desc:after {
content: "\f0d7";
content: "\25BC";
}
.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort.asc:after {
content: "\f0d8";
content: "\25B2";
}
.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd) {
background-color: #f5f5f5;
Expand Down Expand Up @@ -85,12 +84,6 @@
.tcGrid__scope .tc-grid .tc-display_table .tc-display_thead .tc-display_tr .tc-display_th {
display: table-cell;
}
.tcGrid__scope .tc-grid .tc-display_table .tc-display_thead .tc-display_tr .tc-display_sort.desc:after {
content: "\f0d7";
}
.tcGrid__scope .tc-grid .tc-display_table .tc-display_thead .tc-display_tr .tc-display_sort.asc:after {
content: "\f0d8";
}
.tcGrid__scope .tc-grid .tc-display_table .tc-display_tbody {
display: table-row-group;
}
Expand Down Expand Up @@ -130,13 +123,12 @@
}
.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort:after {
margin-left: 5px;
font-family: FontAwesome;
}
.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort.desc:after {
content: "\f0d7";
content: "\25BC";
}
.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort.asc:after {
content: "\f0d8";
content: "\25B2";
}
.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd) {
background-color: #ffffff;
Expand Down Expand Up @@ -187,12 +179,6 @@
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_thead .tc-display_tr .tc-display_th {
display: table-cell;
}
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_thead .tc-display_tr .tc-display_sort.desc:after {
content: "\f0d7";
}
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_thead .tc-display_tr .tc-display_sort.asc:after {
content: "\f0d8";
}
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_tbody {
display: table-row-group;
}
Expand All @@ -214,12 +200,6 @@
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_thead .tc-display_tr .tc-display_th {
display: table-cell;
}
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_thead .tc-display_tr .tc-display_sort.desc:after {
content: "\f0d7";
}
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_thead .tc-display_tr .tc-display_sort.asc:after {
content: "\f0d8";
}
.tcGrid__scope .tc-grid_bootstrap .tc-display_table .tc-display_tbody {
display: table-row-group;
}
Expand Down
Loading

0 comments on commit 1e14bc6

Please sign in to comment.