responsiveish table

This commit is contained in:
jllord 2013-05-28 21:49:17 -07:00
parent 476481c837
commit d38677d8a6
2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,8 @@ code {font-family: "Consolas", "Ubuntu Mono", monospace; line-height: 22px; font
#latestSpot ul, #selectedSpot ul {list-style: none; margin-top: 12px 0px; padding: 0px;}
#latestSpot li, #selectedSpot li{}
#hackSpotsTable {cursor: pointer; background: #fff; min-width: 600px;}
#hackSpotsTable {cursor: pointer; background: #fff; min-width: 300px; overflow-x: auto; padding-bottom: 20px;}
#hackSpotsTable table {min-width: 600px;}
.tHeader::after {content: " \2193 \2191 "; font-size: 10px; padding-left: 3px;}
#hackSpotsTable .tHeader:hover {color: #FF4646;}
.spotRow:hover {color: #FF4646;}

View File

@ -111,7 +111,7 @@ function getKeyword(data, keyword) {
}
})
return group
if (group = []) return "null"
if (group = []) return "no matches"
}
function getColumnTotal(data, column){