nudge some tooltip pixels
This commit is contained in:
parent
bed880019f
commit
4ba671542a
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user