Skip to content

Commit

Permalink
Release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tabalinas committed Jul 16, 2016
1 parent bc89a9c commit 805063c
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 79 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsgrid",
"version": "1.4.1",
"version": "1.5.0",
"main": [
"dist/jsgrid.js",
"dist/jsgrid.css",
Expand Down
51 changes: 29 additions & 22 deletions dist/jsgrid-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jsgrid-theme.min.css

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/jsgrid.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jsGrid v1.4.1 (http://js-grid.com)
* jsGrid v1.5.0 (http://js-grid.com)
* (c) 2016 Artem Tabalin
* Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -44,12 +44,12 @@
border-spacing: 0;
}

.jsgrid-table td {
.jsgrid-cell {
padding: 0.5em 0.5em;
}

.jsgrid-table td,
.jsgrid-table th {
.jsgrid-сell,
.jsgrid-header-cell {
box-sizing: border-box;
}

Expand All @@ -71,7 +71,7 @@
text-align: right;
}

.jsgrid-header-row > th {
.jsgrid-header-cell {
padding: .5em .5em;
}

Expand All @@ -95,11 +95,11 @@
}


.jsgrid-selected-row td {
.jsgrid-selected-row .jsgrid-cell {
cursor: pointer;
}

.jsgrid-nodata-row td {
.jsgrid-nodata-row .jsgrid-cell {
padding: .5em 0;
text-align: center;
}
Expand Down
Loading

0 comments on commit 805063c

Please sign in to comment.