Mercurial > public > sg101
view static/css/tab-nav.css @ 821:71db8076dc3d
Bandmap WIP: geocoding integrated with add form.
Add form works. Before submitting the form, client side JS makes
a geocode request to Google and populates hidden lat/lon fields
with the result. Successfully created a model instance on the
server side.
Still need to update admin dashboard, admin approval, and give
out badges for adding bands to the map. Once that is done, then
work on displaying the map with filtering.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 23 Sep 2014 20:40:31 -0500 |
parents | 88b2b9cb8c1f |
children |
line wrap: on
line source
ul.tab-nav { border-bottom: 1px solid black; padding-left: 10px; margin: 12px 0px 1em 0px; } ul.tab-nav li { display: inline; overflow: hidden; list-style-type: none; } ul.tab-nav li a, ul.tab-nav li a.active { color: black; background-color: teal; border: 1px solid #300; padding: 2px 5px 2px 5px; text-decoration: none; } ul.tab-nav li a.active { color: #000; background-color: #eee; border-bottom: 1px solid #eee; } ul.tab-nav li a:hover { color: #fff; } ul.tab-nav li a.active:hover { color: #000; }