Commit cb84ecf0 authored by Andrei Sobolev's avatar Andrei Sobolev
Browse files

Fix a bug with AtomRowTooltip pointing incorrectly

parent 5fad546a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1031,7 +1031,7 @@ span.species-circle{
}

.AtomRowTooltip{
	position: absolute; top: -42px; left: 128%;
	position: absolute; top: -49px; left: 128%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	background-color: white; /* white #AAA */
	/* color: white;*/
@@ -1055,6 +1055,7 @@ span.species-circle{

.AtomRowTooltip td{
	padding: 2px 1px;
	font-size: 13px;
	}