[auth]: Api key, basic authorization in main view

This commit is contained in:
Anna Bodnia
2016-02-17 14:43:01 +02:00
parent 3f92a2102a
commit 40d3161385
12 changed files with 212 additions and 158 deletions

View File

@@ -1181,18 +1181,6 @@
.swagger-section .oauth_submit {
text-align: center;
}
.swagger-section .authorize-wrapper {
margin: 15px 0 10px;
}
.swagger-section .authorize__btn:hover {
text-decoration: underline;
cursor: pointer;
}
.swagger-section .auth_container {
padding: 0 0 10px;
margin-bottom: 5px;
border-bottom: solid 1px #CCC;
}
.swagger-section .auth_container .basic_auth__title {
color: #547f00;
font-size: 1.2em;
@@ -1201,8 +1189,7 @@
color: #999999;
margin-bottom: 5px;
}
.swagger-section .auth_container .auth_submit__button,
.swagger-section .auth_container .auth_logout__button {
.swagger-section .auth_container .auth_submit__button {
color: #547f00;
border: none;
text-decoration: underline;
@@ -1210,7 +1197,9 @@
padding-left: 0;
font-size: 1em;
cursor: pointer;
outline: none;
}
.swagger-section .auth_container .key_input_container {
margin-bottom: 10px;
}
.swagger-section .auth_container .basic_auth_container {
font-size: 0.9em;
@@ -1239,10 +1228,6 @@
padding-left: 5px;
padding-bottom: 5px;
}
.swagger-section .api-popup-dialog .api-popup-content {
max-height: 500px;
overflow-y: auto;
}
.swagger-section .api-popup-dialog .api-popup-authbtn {
height: 30px;
}