瀏覽代碼

Moved reference to throbber.gif to CSS file.

bubble
Bez Hermoso 10 年之前
父節點
當前提交
f8991bc7f5
共有 4 個檔案被更改,包括 25 行新增16 行删除
  1. +8
    -5
      dist/css/screen.css
  2. +8
    -5
      src/main/html/css/screen.css
  3. +8
    -5
      src/main/less/specs.less
  4. +1
    -1
      src/main/template/operation.handlebars

+ 8
- 5
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;


+ 8
- 5
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;


+ 8
- 5
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 {


+ 1
- 1
src/main/template/operation.handlebars 查看文件

@@ -83,7 +83,7 @@
<div class='sandbox_header'>
<input class='submit' name='commit' type='button' value='Try it out!' />
<a href='#' class='response_hider' style='display:none'>Hide Response</a>
<img alt='Throbber' class='response_throbber' src='images/throbber.gif' style='display:none' />
<span class='response_throbber' style='display:none'></span>
</div>
{{/if}}
</form>


Loading…
取消
儲存