diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-28 17:05:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-28 17:05:14 +0100 |
commit | e34df16f34008aa7019a5240689a5e0e7f64e18d (patch) | |
tree | 7e928cd57d824378308bb9d31f1eaf3804b49570 /static | |
parent | 327c22fb70db76186c3765c168a7654102c59177 (diff) | |
download | Ishtar-e34df16f34008aa7019a5240689a5e0e7f64e18d.tar.bz2 Ishtar-e34df16f34008aa7019a5240689a5e0e7f64e18d.zip |
Manage ordering - default item - save last search in session (refs #142)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css index b9cfc18f6..25616ac69 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -224,3 +224,7 @@ div.form .errorlist{ table.confirm tr.spacer td:last-child{ border-bottom:1px solid #922; } + +.jqgrid{ + cursor:pointer; +} |