added scrolling feature with up/down arrows

This commit is contained in:
SJ
2012-09-12 09:51:35 +02:00
parent 604ff565e1
commit 0ff9e77c5f
5 changed files with 298 additions and 2 deletions

View File

@ -81,6 +81,7 @@
.row.savedsearch { display: table-row; text-align: right; }
.resultrow { display: table-row; height: 18px; }
.resultrow.odd { background: #f5f5f5; }
.resultrow.selected { border: 2px solid black; }
.resultrow.spam { color: #aaa; }
.cell1 { display: table-cell; height: 25px; text-align: left; padding: 3px; font: bold 12px Arial, sans-serif; width: 80px; }