nudge some tooltip pixels
This commit is contained in:
parent
bed880019f
commit
4ba671542a
|
@ -45,7 +45,7 @@
|
||||||
&:before
|
&:before
|
||||||
left: 46%
|
left: 46%
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
left: 42%
|
left: 45%
|
||||||
|
|
||||||
.tooltip--height
|
.tooltip--height
|
||||||
@extend %tooltip
|
@extend %tooltip
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
height: 3.2em
|
height: 3.2em
|
||||||
max-width: 8.6em
|
max-width: 8.6em
|
||||||
&:before
|
&:before
|
||||||
left: 46%
|
left: 41%
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
left: 44%
|
left: 44%
|
||||||
|
|
||||||
|
@ -80,7 +80,8 @@
|
||||||
height: 1.2em
|
height: 1.2em
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
.tooltip-bubble
|
.tooltip-bubble
|
||||||
top: -2.6em
|
top: -4em
|
||||||
left: -1.9em
|
left: -1.9em
|
||||||
|
height: 3.4em
|
||||||
&:before
|
&:before
|
||||||
left: 2em
|
left: 2em
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{travis-switch active=enabled description=description action="toggle"}}
|
{{travis-switch active=enabled description=description action="toggle"}}
|
||||||
<div class="tooltip--settings">
|
<div class="tooltip--settings">
|
||||||
<a href="http://blog.travis-ci.com/2014-07-18-per-repository-concurrency-setting/" title="about the concurrency setting">
|
<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>
|
<span class="icon icon--question"></span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user