Skip to content

Commit

Permalink
Version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran Asif committed Oct 7, 2016
1 parent b68269e commit 48bbab8
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 67 deletions.
7 changes: 6 additions & 1 deletion dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.7.4
* FixedDataTable v0.7.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -233,9 +233,14 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
}

.fixedDataTableRowLayout_columnsShadow {
position: absolute;
width: 4px;
}

.fixedDataTableRowLayout_columnsRightShadow {
right: 1px;
}

.fixedDataTableRowLayout_rowWrapper {
position: absolute;
top: 0;
Expand Down
4 changes: 2 additions & 2 deletions dist/fixed-data-table-base.min.css

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

7 changes: 6 additions & 1 deletion dist/fixed-data-table-style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.7.4
* FixedDataTable v0.7.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -159,6 +159,11 @@
.public_fixedDataTableRow_columnsShadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==) repeat-y;
}

.public_fixedDataTableRow_columnsRightShadow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
/**
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions dist/fixed-data-table-style.min.css

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

12 changes: 11 additions & 1 deletion dist/fixed-data-table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.7.4
* FixedDataTable v0.7.5
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -233,9 +233,14 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
}

.fixedDataTableRowLayout_columnsShadow {
position: absolute;
width: 4px;
}

.fixedDataTableRowLayout_columnsRightShadow {
right: 1px;
}

.fixedDataTableRowLayout_rowWrapper {
position: absolute;
top: 0;
Expand Down Expand Up @@ -491,6 +496,11 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
.public_fixedDataTableRow_columnsShadow {
background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==) repeat-y;
}

.public_fixedDataTableRow_columnsRightShadow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
/**
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
Loading

0 comments on commit 48bbab8

Please sign in to comment.