Skip to content

Commit

Permalink
Use /jensoleg/swagger-ui fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Goutay committed Jul 21, 2016
1 parent 3f94d87 commit 341b83f
Show file tree
Hide file tree
Showing 31 changed files with 44,968 additions and 3,612 deletions.
2,426 changes: 2,426 additions & 0 deletions flasgger/swaggerui/css/api-explorer.css

Large diffs are not rendered by default.

17,432 changes: 17,432 additions & 0 deletions flasgger/swaggerui/css/index.css

Large diffs are not rendered by default.

29 changes: 12 additions & 17 deletions flasgger/swaggerui/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
max-width: 960px;
margin-left: auto;
margin-right: auto;
/* JSONEditor specific styling */
}
.swagger-section .swagger-ui-wrap b,
.swagger-section .swagger-ui-wrap strong {
Expand Down Expand Up @@ -274,9 +275,6 @@
font-weight: bold;
font-size: 25px;
}
.swagger-section .swagger-ui-wrap .footer {
margin-top: 20px;
}
.swagger-section .swagger-ui-wrap p.big,
.swagger-section .swagger-ui-wrap div.big p {
font-size: 1em;
Expand Down Expand Up @@ -426,17 +424,6 @@
.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
font-weight: bold;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
display: inline;
}
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
display: block;
content: '';
}
.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
margin-right: -3px;
}
.swagger-section .swagger-ui-wrap .model-signature .propName {
font-weight: bold;
}
Expand Down Expand Up @@ -470,6 +457,17 @@
font-family: "Droid Sans", sans-serif;
font-weight: bold;
}
.swagger-section .swagger-ui-wrap .editor_holder {
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
font-size: 0.9em;
}
.swagger-section .swagger-ui-wrap .editor_holder label {
font-weight: normal!important;
/* JSONEditor uses bold by default for all labels, we revert that back to normal to not give the impression that by default fields are required */
}
.swagger-section .swagger-ui-wrap .editor_holder label.required {
font-weight: bold!important;
}
.swagger-section .swagger-ui-wrap .heading_with_menu {
float: none;
clear: both;
Expand Down Expand Up @@ -1080,9 +1078,6 @@
.swagger-section .swagger-ui-wrap form.form_box p strong {
color: black;
}
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
padding-bottom: 0;
}
.swagger-section .title {
font-style: bold;
}
Expand Down
Loading

0 comments on commit 341b83f

Please sign in to comment.