Add an oauth authorization page
This commit is contained in:
parent
ab60a10a93
commit
d469b41899
10 changed files with 287 additions and 41 deletions
|
@ -3392,4 +3392,85 @@ pre.command:before {
|
|||
|
||||
.slideinout.ng-hide-add, .slideinout.ng-hide-remove {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.auth-header img {
|
||||
float: left;
|
||||
margin-top: 8px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.auth-header {
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.auth-scopes .reason {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.auth-scopes ul {
|
||||
margin-top: 10px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.auth-scopes li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.auth-scopes .scope {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.auth-scopes .scope-container:last-child {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.auth-scopes .panel-default {
|
||||
border: 0px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 10px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.auth-scopes .panel-default:last-child {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.auth-scopes .panel-heading {
|
||||
border: 0px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.auth-scopes .scope .title {
|
||||
min-width: 300px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.auth-scopes .scope .title:hover {
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
.auth-scopes .scope .description {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.auth-scopes .scope i {
|
||||
margin-right: 10px;
|
||||
margin-top: 2px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.auth-container .button-bar {
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.auth-container .button-bar button {
|
||||
margin: 6px;
|
||||
}
|
||||
|
|
Reference in a new issue