diff options
author | michael.leibman <michael.leibman@daa67922-0c33-11de-a42d-873b86d837ff> | 2009-11-28 03:08:34 +0000 |
---|---|---|
committer | michael.leibman <michael.leibman@daa67922-0c33-11de-a42d-873b86d837ff> | 2009-11-28 03:08:34 +0000 |
commit | de4920ccbea479755e7b981f85eb6fa24a3ac507 (patch) | |
tree | c1066339a0cfabb6dbab4eee18fd418032961ee0 /examples/examples.css | |
parent | dafcf83b90ae9ecc8ca91b8fab0ec824b880f742 (diff) | |
download | SlickGrid-de4920ccbea479755e7b981f85eb6fa24a3ac507.zip SlickGrid-de4920ccbea479755e7b981f85eb6fa24a3ac507.tar.gz SlickGrid-de4920ccbea479755e7b981f85eb6fa24a3ac507.tar.bz2 |
Improvements to AJAX example:
- Abortable JSONP requests.
- Better "buffering" indicator.
- Sorting support (Digg only supports sorting on diggs for the feed I'm using).
plus some other minor stuff.
Diffstat (limited to 'examples/examples.css')
-rw-r--r-- | examples/examples.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/examples.css b/examples/examples.css index 8163aae..50416e4 100644 --- a/examples/examples.css +++ b/examples/examples.css @@ -68,6 +68,13 @@ li { text-align: left;
}
+.percent-complete-bar {
+ display: inline-block;
+ height: 6px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+}
+
/* TextCellEditor, DateCellEditor */
|