make table cells clickable with hyperlink callback

This commit is contained in:
Oliver Gorwits
2012-01-07 19:36:26 +00:00
parent 3aa0a56de5
commit e7860b2aea
3 changed files with 15 additions and 3 deletions

View File

@@ -32,3 +32,11 @@
.nd_search {
margin-top: 15px;
}
.nd_linkcell {
text-decoration: none !important;
color: #404040;
display: block;
padding: 0px;
height: 100%;
}