Skip to content

Commit

Permalink
Cleaned up comments. Added striped style.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLambion committed Aug 19, 2015
1 parent 9fb7b47 commit f4dc754
Show file tree
Hide file tree
Showing 18 changed files with 917 additions and 727 deletions.
23 changes: 20 additions & 3 deletions dist/ui-listView.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.ui-list-view-anchor {
position: absolute;
Expand All @@ -21,15 +22,31 @@
}

.ui-list-view-bordered {
height: 500px;
border: solid 1pt #eee;
cursor: default;
}

.ui-list-view-bordered > .ui-list-view-cell {
border-bottom: solid 1pt #eee;
}

.ui-list-view-bordered > .ui-list-view-cell > .ui-list-view-cell-content {
.ui-list-view-bordered > .ui-list-view-cell > .ui-list-view-cell-content > * {
padding: 15px 10px;
}

.ui-list-view-striped {
border: solid 1pt #eee;
}

.ui-list-view-striped > .ui-list-view-cell:nth-child(even) {
background: #F9FaFb;
}

.ui-list-view-striped > .ui-list-view-cell > .ui-list-view-cell-content > * {
padding: 15px 10px;
}

.ui-list-view-cell-content > ._selected {
background: #2A70DE;
color: white;
border-bottom: solid 1pt #eee;
}
199 changes: 109 additions & 90 deletions dist/ui-listView.js

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

2 changes: 1 addition & 1 deletion dist/ui-listView.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f4dc754

Please sign in to comment.