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

This commit is contained in:
Anna Bodnia
2016-02-17 14:43:01 +02:00
parent 0d0864f310
commit 5ad800699f
12 changed files with 266 additions and 135 deletions

25
dist/css/screen.css vendored
View File

@@ -82,7 +82,7 @@
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
color: #8888ff;
color: #88F;
}
.swagger-section pre .keyword,
.swagger-section pre .id,
@@ -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;