nudge some tooltip pixels

This commit is contained in:
Lisa Passing 2015-07-22 13:08:37 +02:00
parent bed880019f
commit 4ba671542a
2 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,7 @@
&:before
left: 46%
@media #{$medium-up}
left: 42%
left: 45%
.tooltip--height
@extend %tooltip
@ -56,7 +56,7 @@
height: 3.2em
max-width: 8.6em
&:before
left: 46%
left: 41%
@media #{$medium-up}
left: 44%
@ -80,7 +80,8 @@
height: 1.2em
vertical-align: middle
.tooltip-bubble
top: -2.6em
top: -4em
left: -1.9em
height: 3.4em
&:before
left: 2em

View File

@ -1,7 +1,7 @@
{{travis-switch active=enabled description=description action="toggle"}}
<div class="tooltip--settings">
<a href="http://blog.travis-ci.com/2014-07-18-per-repository-concurrency-setting/" title="about the concurrency setting">
<p class="tooltip-bubble">Read more about concurrent builds</p>
<p class="tooltip-bubble">Read more about<br>concurrent builds</p>
<span class="icon icon--question"></span>
</a>
</div>