Make explanation box smaller, left-align text.
This commit is contained in:
parent
f44e3eadb3
commit
c294dcf793
|
@ -6,16 +6,16 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="insufficient-permissions-more">
|
<p class="insufficient-permissions-more">
|
||||||
It looks like we don't have sufficient privileges for your GitHub account.<br/>
|
It looks like we don't have sufficient privileges for your GitHub account.
|
||||||
This can happen for different reasons, most commonly due to an older token<br/>
|
This can happen for different reasons, most commonly due to an older token
|
||||||
stored on our end, or because some of the permissions have been removed<br/>
|
stored on our end, or because some of the permissions have been removed
|
||||||
from the token. Unfortunately we need those to provide you with the best service.<br/>
|
from the token. Unfortunately we need those to provide you with the best service.
|
||||||
<br/>
|
<br/><br/>
|
||||||
Luckily, the issue can be easily corrected by going through the login flow<br/>
|
Luckily, the issue can be easily corrected by going through the login flow
|
||||||
once again. Make sure the permissions we ask for are all available.<br/>
|
once again. Make sure the permissions we ask for are all available.
|
||||||
<br/>
|
<br/><br/>
|
||||||
For more information about the OAuth scopes and what we need them for,<br/>
|
For more information about the OAuth scopes and what we need them for,
|
||||||
[check our documentation on this topic](http://docs.travis-ci.com/user/github-oauth-scopes/).
|
<a href="http://docs.travis-ci.com/user/github-oauth-scopes/">check our documentation on this topic</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="insufficient-permissions-row">
|
<div class="insufficient-permissions-row">
|
||||||
|
|
|
@ -73,9 +73,10 @@
|
||||||
color: #919191
|
color: #919191
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
text-align: center
|
text-align: left
|
||||||
|
margin: 0px auto
|
||||||
padding: 0
|
padding: 0
|
||||||
margin: 0
|
width: 600px
|
||||||
|
|
||||||
.sad-travis
|
.sad-travis
|
||||||
border: 0px
|
border: 0px
|
||||||
|
@ -92,4 +93,4 @@
|
||||||
max-width: 380px
|
max-width: 380px
|
||||||
display: block
|
display: block
|
||||||
float: left
|
float: left
|
||||||
clear: all
|
clear: all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user