You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
710 B
46 lines
710 B
.soapui span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.soapui select, .soapui input[type=submit] {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.soapui textarea {
|
|
width: 80%;
|
|
display: block;
|
|
font-size: .85em;
|
|
line-height: 1.2em;
|
|
overflow: auto;
|
|
height: 200px;
|
|
background-color: #fcf6db;
|
|
border: 1px solid #e5e0c6;
|
|
}
|
|
|
|
.soapui input[type=text] {
|
|
width: 80%;
|
|
display: block;
|
|
font-size: .85em;
|
|
background-color: #fcf6db;
|
|
border: 1px solid #e5e0c6;
|
|
}
|
|
|
|
.soapui select {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.soapui .hidden {
|
|
display: none;
|
|
}
|
|
|
|
div.soapui {
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
padding: 10px;
|
|
}
|
|
|
|
.soapui h2 {
|
|
color: #999999;
|
|
font-family: "Droid Sans", sans-serif;
|
|
font-weight: bold;
|
|
font-size: 0.9em;
|
|
}
|
|
|