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

This commit is contained in:
Anna Bodnia
2016-02-17 14:43:01 +02:00
parent 0e7b324d15
commit 337b9bc922
12 changed files with 262 additions and 131 deletions

View File

@@ -1181,6 +1181,29 @@
.swagger-section .oauth_submit {
text-align: center;
}
.swagger-section .auth_container .basic_auth__title {
color: #547f00;
font-size: 1.2em;
}
.swagger-section .auth_container .auth__description {
color: #999999;
margin-bottom: 5px;
}
.swagger-section .auth_container .auth_submit__button {
color: #547f00;
border: none;
text-decoration: underline;
background: none;
padding-left: 0;
font-size: 1em;
cursor: pointer;
}
.swagger-section .auth_container .key_input_container {
margin-bottom: 10px;
}
.swagger-section .auth_container .basic_auth_container {
font-size: 0.9em;
}
.swagger-section .api-popup-dialog {
z-index: 10000;
position: absolute;