diff --git a/dist/css/screen.css b/dist/css/screen.css index f2148836..478b9983 100644 --- a/dist/css/screen.css +++ b/dist/css/screen.css @@ -743,17 +743,20 @@ display: inline-block; font-size: 0.9em; } -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header img { - display: block; - clear: none; - float: right; -} .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit { display: block; clear: none; float: left; padding: 6px 8px; } +.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber { + background-image: url('../images/throbber.gif'); + width: 128px; + height: 16px; + display: block; + clear: none; + float: right; +} .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error { outline: 2px solid black; outline-color: #cc0000; diff --git a/src/main/html/css/screen.css b/src/main/html/css/screen.css index f2148836..478b9983 100644 --- a/src/main/html/css/screen.css +++ b/src/main/html/css/screen.css @@ -743,17 +743,20 @@ display: inline-block; font-size: 0.9em; } -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header img { - display: block; - clear: none; - float: right; -} .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit { display: block; clear: none; float: left; padding: 6px 8px; } +.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber { + background-image: url('../images/throbber.gif'); + width: 128px; + height: 16px; + display: block; + clear: none; + float: right; +} .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error { outline: 2px solid black; outline-color: #cc0000; diff --git a/src/main/less/specs.less b/src/main/less/specs.less index a3c0788d..b860a8cb 100644 --- a/src/main/less/specs.less +++ b/src/main/less/specs.less @@ -671,17 +671,20 @@ display: inline-block; font-size: 0.9em; } - img { - display: block; - clear: none; - float: right; - } input.submit { display: block; clear: none; float: left; padding: 6px 8px; } + span.response_throbber { + background-image: url('../images/throbber.gif'); + width: 128px; + height: 16px; + display: block; + clear: none; + float: right; + } } form { input[type='text'].error { diff --git a/src/main/template/operation.handlebars b/src/main/template/operation.handlebars index 83a93a17..a5d64359 100644 --- a/src/main/template/operation.handlebars +++ b/src/main/template/operation.handlebars @@ -83,7 +83,7 @@
- +
{{/if}}