File tree Expand file tree Collapse file tree 4 files changed +25
-16
lines changed Expand file tree Collapse file tree 4 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 743
743
display : inline-block;
744
744
font-size : 0.9em ;
745
745
}
746
- .swagger-section .swagger-ui-wrap ul # resources li .resource ul .endpoints li .endpoint ul .operations li .operation div .content div .sandbox_header img {
747
- display : block;
748
- clear : none;
749
- float : right;
750
- }
751
746
.swagger-section .swagger-ui-wrap ul # resources li .resource ul .endpoints li .endpoint ul .operations li .operation div .content div .sandbox_header input .submit {
752
747
display : block;
753
748
clear : none;
754
749
float : left;
755
750
padding : 6px 8px ;
756
751
}
752
+ .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 {
753
+ background-image : url ('../images/throbber.gif' );
754
+ width : 128px ;
755
+ height : 16px ;
756
+ display : block;
757
+ clear : none;
758
+ float : right;
759
+ }
757
760
.swagger-section .swagger-ui-wrap ul # resources li .resource ul .endpoints li .endpoint ul .operations li .operation div .content form input [type = 'text' ].error {
758
761
outline : 2px solid black;
759
762
outline-color : # cc0000 ;
Original file line number Diff line number Diff line change 743
743
display : inline-block;
744
744
font-size : 0.9em ;
745
745
}
746
- .swagger-section .swagger-ui-wrap ul # resources li .resource ul .endpoints li .endpoint ul .operations li .operation div .content div .sandbox_header img {
747
- display : block;
748
- clear : none;
749
- float : right;
750
- }
751
746
.swagger-section .swagger-ui-wrap ul # resources li .resource ul .endpoints li .endpoint ul .operations li .operation div .content div .sandbox_header input .submit {
752
747
display : block;
753
748
clear : none;
754
749
float : left;
755
750
padding : 6px 8px ;
756
751
}
752
+ .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 {
753
+ background-image : url ('../images/throbber.gif' );
754
+ width : 128px ;
755
+ height : 16px ;
756
+ display : block;
757
+ clear : none;
758
+ float : right;
759
+ }
757
760
.swagger-section .swagger-ui-wrap ul # resources li .resource ul .endpoints li .endpoint ul .operations li .operation div .content form input [type = 'text' ].error {
758
761
outline : 2px solid black;
759
762
outline-color : # cc0000 ;
Original file line number Diff line number Diff line change 671
671
display : inline-block ;
672
672
font-size : 0.9em ;
673
673
}
674
- img {
675
- display : block ;
676
- clear : none ;
677
- float : right ;
678
- }
679
674
input .submit {
680
675
display : block ;
681
676
clear : none ;
682
677
float : left ;
683
678
padding : 6px 8px ;
684
679
}
680
+ span .response_throbber {
681
+ background-image : url(' ../images/throbber.gif' ) ;
682
+ width : 128px ;
683
+ height : 16px ;
684
+ display : block ;
685
+ clear : none ;
686
+ float : right ;
687
+ }
685
688
}
686
689
form {
687
690
input [type= ' text' ].error {
Original file line number Diff line number Diff line change 83
83
<div class =' sandbox_header' >
84
84
<input class =' submit' name =' commit' type =' button' value =' Try it out!' />
85
85
<a href =' #' class =' response_hider' style =' display:none' >Hide Response</a >
86
- <img alt = ' Throbber ' class =' response_throbber' src = ' images/throbber.gif ' style =' display:none' / >
86
+ <span class =' response_throbber' style =' display:none' ></ span >
87
87
</div >
88
88
{{ /if }}
89
89
</form >
You can’t perform that action at this time.
0 commit comments