rebuilt after merge with master
This commit is contained in:
14
dist/css/print.css
vendored
14
dist/css/print.css
vendored
@@ -1124,14 +1124,14 @@
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog p.error-msg {
|
.swagger-section .api-popup-dialog .error-msg {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-authbtn {
|
.swagger-section .api-popup-dialog .api-popup-authbtn {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-cancel {
|
.swagger-section .api-popup-dialog .api-popup-cancel {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes {
|
.swagger-section .api-popup-scopes {
|
||||||
@@ -1141,14 +1141,14 @@
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes .api-scope-desc {
|
|
||||||
padding-left: 20px;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.swagger-section .api-popup-scopes li input {
|
.swagger-section .api-popup-scopes li input {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
.swagger-section .api-popup-scopes .api-scope-desc {
|
||||||
|
padding-left: 20px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.swagger-section .api-popup-actions {
|
.swagger-section .api-popup-actions {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
52
dist/css/screen.css
vendored
52
dist/css/screen.css
vendored
@@ -1124,14 +1124,14 @@
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog p.error-msg {
|
.swagger-section .api-popup-dialog .error-msg {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-authbtn {
|
.swagger-section .api-popup-dialog .api-popup-authbtn {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-cancel {
|
.swagger-section .api-popup-dialog .api-popup-cancel {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes {
|
.swagger-section .api-popup-scopes {
|
||||||
@@ -1141,14 +1141,14 @@
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes .api-scope-desc {
|
|
||||||
padding-left: 20px;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.swagger-section .api-popup-scopes li input {
|
.swagger-section .api-popup-scopes li input {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
.swagger-section .api-popup-scopes .api-scope-desc {
|
||||||
|
padding-left: 20px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.swagger-section .api-popup-actions {
|
.swagger-section .api-popup-actions {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
@@ -1222,32 +1222,29 @@
|
|||||||
background-color: #89bf04;
|
background-color: #89bf04;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
}
|
}
|
||||||
.swagger-section #header a#logo {
|
.swagger-section #input_baseUrl {
|
||||||
font-size: 1.5em;
|
width: 400px;
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
background: transparent url(../images/logo_small.png) no-repeat left center;
|
|
||||||
padding: 20px 0 20px 40px;
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector {
|
.swagger-section #api_selector {
|
||||||
display: block;
|
display: block;
|
||||||
clear: none;
|
clear: none;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input {
|
.swagger-section #api_selector .input {
|
||||||
display: block;
|
display: block;
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input input#input_apiKey {
|
.swagger-section #api_selector input {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 3px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.swagger-section #input_apiKey {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input input#input_baseUrl {
|
.swagger-section #explore {
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
.swagger-section #header form#api_selector .input a#explore {
|
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -1262,13 +1259,16 @@
|
|||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input a#explore:hover {
|
.swagger-section #explore:hover {
|
||||||
background-color: #547f00;
|
background-color: #547f00;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input input {
|
.swagger-section #header #logo {
|
||||||
font-size: 0.9em;
|
font-size: 1.5em;
|
||||||
padding: 3px;
|
font-weight: bold;
|
||||||
margin: 0;
|
text-decoration: none;
|
||||||
|
background: transparent url(../images/logo_small.png) no-repeat left center;
|
||||||
|
padding: 20px 0 20px 40px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
.swagger-section #content_message {
|
.swagger-section #content_message {
|
||||||
margin: 10px 15px;
|
margin: 10px 15px;
|
||||||
|
|||||||
@@ -1124,14 +1124,14 @@
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog p.error-msg {
|
.swagger-section .api-popup-dialog .error-msg {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-authbtn {
|
.swagger-section .api-popup-dialog .api-popup-authbtn {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-cancel {
|
.swagger-section .api-popup-dialog .api-popup-cancel {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes {
|
.swagger-section .api-popup-scopes {
|
||||||
@@ -1141,14 +1141,14 @@
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes .api-scope-desc {
|
|
||||||
padding-left: 20px;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.swagger-section .api-popup-scopes li input {
|
.swagger-section .api-popup-scopes li input {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
.swagger-section .api-popup-scopes .api-scope-desc {
|
||||||
|
padding-left: 20px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.swagger-section .api-popup-actions {
|
.swagger-section .api-popup-actions {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1124,14 +1124,14 @@
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog p.error-msg {
|
.swagger-section .api-popup-dialog .error-msg {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-authbtn {
|
.swagger-section .api-popup-dialog .api-popup-authbtn {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-dialog button.api-popup-cancel {
|
.swagger-section .api-popup-dialog .api-popup-cancel {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes {
|
.swagger-section .api-popup-scopes {
|
||||||
@@ -1141,14 +1141,14 @@
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
.swagger-section .api-popup-scopes .api-scope-desc {
|
|
||||||
padding-left: 20px;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.swagger-section .api-popup-scopes li input {
|
.swagger-section .api-popup-scopes li input {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
.swagger-section .api-popup-scopes .api-scope-desc {
|
||||||
|
padding-left: 20px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.swagger-section .api-popup-actions {
|
.swagger-section .api-popup-actions {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
@@ -1222,32 +1222,29 @@
|
|||||||
background-color: #89bf04;
|
background-color: #89bf04;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
}
|
}
|
||||||
.swagger-section #header a#logo {
|
.swagger-section #input_baseUrl {
|
||||||
font-size: 1.5em;
|
width: 400px;
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
background: transparent url(../images/logo_small.png) no-repeat left center;
|
|
||||||
padding: 20px 0 20px 40px;
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector {
|
.swagger-section #api_selector {
|
||||||
display: block;
|
display: block;
|
||||||
clear: none;
|
clear: none;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input {
|
.swagger-section #api_selector .input {
|
||||||
display: block;
|
display: block;
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input input#input_apiKey {
|
.swagger-section #api_selector input {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 3px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.swagger-section #input_apiKey {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input input#input_baseUrl {
|
.swagger-section #explore {
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
.swagger-section #header form#api_selector .input a#explore {
|
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -1262,13 +1259,16 @@
|
|||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input a#explore:hover {
|
.swagger-section #explore:hover {
|
||||||
background-color: #547f00;
|
background-color: #547f00;
|
||||||
}
|
}
|
||||||
.swagger-section #header form#api_selector .input input {
|
.swagger-section #header #logo {
|
||||||
font-size: 0.9em;
|
font-size: 1.5em;
|
||||||
padding: 3px;
|
font-weight: bold;
|
||||||
margin: 0;
|
text-decoration: none;
|
||||||
|
background: transparent url(../images/logo_small.png) no-repeat left center;
|
||||||
|
padding: 20px 0 20px 40px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
.swagger-section #content_message {
|
.swagger-section #content_message {
|
||||||
margin: 10px 15px;
|
margin: 10px 15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user