fixed small alignment bug on tooltips in firefox

This commit is contained in:
Connor Turland 2015-02-01 12:29:16 -05:00
parent aec2a97704
commit fb8c006be1

View file

@ -1053,7 +1053,7 @@
.sidebarCollaborateIcon div:after, .sidebarFilterIcon div:after, .sidebarForkIcon div:after, .addMap div:after, .sidebarAccountIcon .tooltipsUnder:after {
content: '';
position: absolute;
top: 128%;
top: 129%;
margin-top: -30px;
width: 0;
height: 0;
@ -1065,7 +1065,7 @@
.mapInfoIcon div:after, .openCheatsheet div:after {
content: '';
position: absolute;
top: 77%;
top: 76%;
left: 41%;
margin-top: 5px;
width: 0;