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 | 804c175dfa463e93eca6501bf0f232581eb83585 (patch) | |
tree | 7e928cd57d824378308bb9d31f1eaf3804b49570 /static | |
parent | 391ec2a2b189609e0bca254adf6106ca9c742c70 (diff) | |
download | Ishtar-804c175dfa463e93eca6501bf0f232581eb83585.tar.bz2 Ishtar-804c175dfa463e93eca6501bf0f232581eb83585.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; +} |