responsiveish table
This commit is contained in:
parent
476481c837
commit
d38677d8a6
@ -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 ul, #selectedSpot ul {list-style: none; margin-top: 12px 0px; padding: 0px;}
|
||||||
#latestSpot li, #selectedSpot li{}
|
#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;}
|
.tHeader::after {content: " \2193 \2191 "; font-size: 10px; padding-left: 3px;}
|
||||||
#hackSpotsTable .tHeader:hover {color: #FF4646;}
|
#hackSpotsTable .tHeader:hover {color: #FF4646;}
|
||||||
.spotRow:hover {color: #FF4646;}
|
.spotRow:hover {color: #FF4646;}
|
||||||
|
@ -111,7 +111,7 @@ function getKeyword(data, keyword) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
return group
|
return group
|
||||||
if (group = []) return "null"
|
if (group = []) return "no matches"
|
||||||
}
|
}
|
||||||
|
|
||||||
function getColumnTotal(data, column){
|
function getColumnTotal(data, column){
|
||||||
|
Loading…
Reference in New Issue
Block a user