[auth] moved authorizations into the header

This commit is contained in:
Anna Bodnia
2016-03-07 18:09:49 +02:00
parent 91c1b2ccd7
commit 23332b1310
12 changed files with 122 additions and 71 deletions

View File

@@ -1188,6 +1188,16 @@
text-decoration: underline;
cursor: pointer;
}
.swagger-section #auth_container {
color: #fff;
width: 190px;
float: left;
border: none;
padding: 5px;
}
.swagger-section #auth_container .authorize__btn {
color: #fff;
}
.swagger-section .auth_container {
padding: 0 0 10px;
margin-bottom: 5px;