@@ -7,17 +7,6 @@ var.url-value {
77 padding : 2px ;
88}
99
10- div .main-url .fixed {
11- position : fixed;
12- bottom : -5px ;
13- left : 10px ;
14- z-index : 999 ;
15- background : # fff ;
16- border-radius : 5px ;
17- padding : 5px ;
18- box-shadow : 0px 0px 2px rgba (0 , 0 , 0 , 0.5 );
19- }
20-
2110div .main-url {
2211 text-align : justify;
2312 line-break : loose;
@@ -77,44 +66,58 @@ body .col-md-10 h2:first-of-type {
7766 line-height : 22px ;
7867}
7968
80- .POST .panel-heading , span .POST {
69+ .POST > .panel-heading , span .POST {
8170 background : # 62c462 ;
8271}
8372
84- .GET .panel-heading , span .GET {
73+ .GET > .panel-heading , span .GET {
8574 background : # 5bc0de ;
8675}
8776
88- .DELETE .panel-heading , span .DELETE {
77+ .DELETE > .panel-heading , span .DELETE {
8978 background : # ee5f5b ;
9079}
9180
92- .PUT .panel-heading , span .PUT {
81+ .PUT > .panel-heading , span .PUT {
9382 background : # f89406 ;
9483}
9584
96- .row dl .dl-horizontal dt {
97- width : 80px ;
98- line-height : 30px ;
99- }
100- .row dl .dl-horizontal dd {
101- line-height : 30px ;
102- margin-left : 100px ;
103- }
104-
105- .row dl .dl-horizontal dd a .code ,
106- .row dl .dl-horizontal dd code {
107- margin-right : 5px ;
108- }
109-
110- .example-value {
111- color : rgba (0 , 0 , 0 , 0.4 );
85+ .example-value {
86+ color : rgba (0 , 0 , 0 , 0.4 );
87+ text-align : right;
11288}
11389
11490a .code {
11591 padding : 2px 4px ;
11692 font-size : 90% ;
11793 background-color : # f9f2f4 ;
11894 border-radius : 4px ;
119- font-family : Menlo, Monaco, Consolas, "Courier New" , monospace;
95+ font-family : Menlo, Monaco, Consolas, "Courier New" , monospace;
96+ }
97+
98+ .popover {
99+ width : auto;
100+ max-width : 50% ;
101+ }
102+
103+ .popover-content {
104+ width : auto;
105+ max-width : 100% ;
106+ line-break : normal;
107+ white-space : pre-wrap;
108+ }
109+
110+ .panel-body {
111+ position : relative;
112+ }
113+
114+ .curl .btn {
115+ z-index : 999 ;
116+ position : absolute;
117+ right : 15px ;
118+ top : 15px ;
119+ }
120+
121+ h5 .response-body , h4 .request {
122+ cursor : pointer;
120123}
0 commit comments