Skip to content

Commit

Permalink
Fix bad legend CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Hahn committed Jun 8, 2011
1 parent 1edf1df commit 4699fa2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/css/controls.css
Expand Up @@ -3,6 +3,13 @@
position:absolute;
z-index:999999;
right:10px;
}

.wax-legends { bottom:10px; }
.wax-tooltip { top:10px; }

.wax-legend,
.wax-tooltip {
font:normal 13px/20px Arial,sans-serif;
color:#222;
min-width:180px;
Expand All @@ -20,9 +27,6 @@
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 1px 3px;
}

.wax-tooltip { top:10px; }
.wax-legends { bottom:10px; }

.wax-tooltip .close,
.zoomer {
text-indent:-9999px;
Expand Down

0 comments on commit 4699fa2

Please sign in to comment.