table size when mobile and text edit

This commit is contained in:
jlord 2013-07-30 14:48:13 -07:00
parent 3da44b14eb
commit 4322c9cb33
2 changed files with 3 additions and 5 deletions

View File

@ -50,8 +50,8 @@ ul.nav li a:hover {border-bottom: 1px #FD9393 solid;}
#info p {font-size: 14px; padding: 4px; line-height: 19px; font-weight: 300;}
#info {border-top: 4px #F8F8F8 solid;}
#hackSpotsTable {cursor: pointer; background: #fff; min-width: 300px; overflow-x: auto; padding-bottom: 20px;}
#hackSpotsTable table {min-width: 650px;}
#hackSpotsTable {cursor: pointer; background: #fff; overflow-x: auto; padding-bottom: 20px;}
#hackSpotsTable table {min-width: 900px;}
#hackSpotsTable .tHeader:hover {color: #FF4646;}
.tHeader::after {content: " \2193 \2191 "; font-size: 10px; padding-left: 3px;}
.spotRow:hover {color: #FF4646;}

View File

@ -42,9 +42,7 @@
</div>
<div id="info" class="container">
<h3>Contribute!</h3>
<p>This website is hooked up to <a href="https://docs.google.com/spreadsheet/ccc?key=0Ao5u1U6KYND7dFVkcnJRNUtHWUNKamxoRGg4ZzNiT3c#gid=0" target="_blank">this Google Spreadsheet</a>, which I've shared, so click and add your favorite hack spots! For the map you'll need to get the lat and long of the spot, you can get that <a href="http://www.latlong.net/" target="_blank">here</a>.</p>
<p><em>PS. Currently realizing that if you visit this site and someone is currently adding a row and the lat and and long haven't been entered yet, it will kill the map - am jumping on that bug!</em></p>
<p>This website is hooked up to <a href="https://docs.google.com/spreadsheet/ccc?key=0Ao5u1U6KYND7dFVkcnJRNUtHWUNKamxoRGg4ZzNiT3c#gid=0" target="_blank">this Google Spreadsheet</a>, which I've shared, so click and add your favorite hack spots! For the map you'll need to get the lat and long of the spot, you can get that <a href="http://www.latlong.net/" target="_blank">here</a>. Please try and add the lat and long, at min an address - so that folks fan find this place, ya know.</p>
<h3>Info</h3>
<p>When I'm visiting a new city I'd like to know which coffee shops have the best vibes, great coffee and are good for hunkering down and having a good hack. Yelp will tell you where the Starbucks is and Foursquare will tell you where your friend's have <em>been</em> - but did they like it and was it a grab in go place or a hack place? Plus, what about the people I don't follow on Foursquare or who can't check-in when in other countries?</p>