diff bandmap/static/css/bandmap.css @ 833:497c720f9d0d

Bandmap: add CSS to balloon to force size. Otherwise text was getting cut off or scrollbars appearing randomly.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Sep 2014 22:05:09 -0500
parents 5103edd3acc4
children
line wrap: on
line diff
--- a/bandmap/static/css/bandmap.css	Sun Sep 28 21:12:01 2014 -0500
+++ b/bandmap/static/css/bandmap.css	Sun Sep 28 22:05:09 2014 -0500
@@ -7,3 +7,7 @@
 #map-info {
    margin-top: 2em;
 }
+div.band-balloon {
+   width: 150px;
+   height: 75px;
+}