Browse Source

improve look and feel

master
Nicolas Massé 8 years ago
parent
commit
c4c6040da1
  1. 8
      soapui.css

8
soapui.css

@ -2,6 +2,10 @@
font-weight: bold; font-weight: bold;
} }
.soapui select, .soapui input[type=submit] {
margin-top: 10px;
}
.soapui textarea { .soapui textarea {
width: 80%; width: 80%;
display: block; display: block;
@ -9,7 +13,6 @@
line-height: 1.2em; line-height: 1.2em;
overflow: auto; overflow: auto;
height: 200px; height: 200px;
cursor: pointer;
background-color: #fcf6db; background-color: #fcf6db;
border: 1px solid #e5e0c6; border: 1px solid #e5e0c6;
} }
@ -17,6 +20,9 @@
.soapui input[type=text] { .soapui input[type=text] {
width: 80%; width: 80%;
display: block; display: block;
font-size: .85em;
background-color: #fcf6db;
border: 1px solid #e5e0c6;
} }
.soapui select { .soapui select {

Loading…
Cancel
Save