* Fix bug#15586.
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
|
||||
.detail .list-group-item .heading.GET {
|
||||
background-color: #e7f0f7;
|
||||
border: 1px solid #c3d9ec;
|
||||
}
|
||||
.detail .list-group-item .heading.GET a {
|
||||
color: #0f6ab4;
|
||||
@@ -62,7 +61,6 @@
|
||||
|
||||
.detail .list-group-item .heading.OPTIONS {
|
||||
background-color: #e7f0f7;
|
||||
border: 1px solid #c3d9ec;
|
||||
}
|
||||
.detail .list-group-item .heading.OPTIONS a {
|
||||
color: #0f6ab4;
|
||||
@@ -70,7 +68,6 @@
|
||||
|
||||
.detail .list-group-item .heading.POST {
|
||||
background-color: #e7f6ec;
|
||||
border: 1px solid #c3e8d1;
|
||||
}
|
||||
.detail .list-group-item .heading.POST a {
|
||||
color: #10a54a;
|
||||
@@ -78,14 +75,12 @@
|
||||
|
||||
.detail .list-group-item .heading.PUT {
|
||||
background-color: #f9f2e9;
|
||||
border: 1px solid #f0e0ca;
|
||||
}
|
||||
.detail .list-group-item .heading.PUT a {
|
||||
color: #c5862b;
|
||||
}
|
||||
.detail .list-group-item .heading.PATCH {
|
||||
background-color: #f9f2e9;
|
||||
border: 1px solid #f0e0ca;
|
||||
}
|
||||
.detail .list-group-item .heading.PATCH a {
|
||||
color: #c5862b;
|
||||
@@ -112,15 +107,9 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
.detail .list-group-item {list-style: none; font-size: 14px; margin-bottom: 10px; line-height: 30px}
|
||||
.detail .list-group-item span {
|
||||
line-height: 30px;
|
||||
width: 50px;
|
||||
}
|
||||
.detail .list-group-item span {line-height: 30px; width: 50px;}
|
||||
.detail .list-group-item .label+.label {margin-left: -4px;}
|
||||
.detail .list-group-item .label {border-radius: 0;}
|
||||
|
||||
.paramsTable th {
|
||||
text-align: left!important;
|
||||
font-size: 14px;
|
||||
}
|
||||
.paramsTable td {
|
||||
text-align: left;
|
||||
}
|
||||
.paramsTable th {text-align: left!important; font-size: 14px;}
|
||||
.paramsTable td {text-align: left;}
|
||||
|
||||
Reference in New Issue
Block a user