diff -r f92942dfc28f -r e7bb719e2539 app/soc/content/css/soc-090421.css --- a/app/soc/content/css/soc-090421.css Wed Apr 29 18:20:30 2009 +0200 +++ b/app/soc/content/css/soc-090421.css Wed Apr 29 18:51:58 2009 +0200 @@ -495,6 +495,8 @@ .list table tr.on { background-color: #ff9; + cursor: hand; + cursor: pointer; } .list table tr.off { @@ -509,6 +511,10 @@ border-left: 1px solid lightgray; } +.list table td.no_hand { + cursor: default; +} + /* * STUDENT PROPOSAL REVIEWS */