38 lines
423 B
CSS
38 lines
423 B
CSS
.httpMethod {
|
|
width: 20%;
|
|
}
|
|
|
|
.uriPath {
|
|
width: 70%;
|
|
}
|
|
|
|
.sampleArea {
|
|
width: 95%;
|
|
}
|
|
|
|
#testClientButton {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 150px;
|
|
font-size: x-large;
|
|
}
|
|
|
|
select {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.panel {
|
|
max-height: 120px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.panel input {
|
|
width: 150px;
|
|
}
|
|
|
|
.uriParameterLabel {
|
|
width: 100px;
|
|
float: left;
|
|
border: none;
|
|
} |