js-keygen/js-keygen.css
Patrick Roumanoff 17ea29f0d2 cleanup
2015-09-03 22:54:43 +10:00

18 lines
238 B
CSS

label {
display: inline-block;
width: 80px;
}
select{
width: 200px;
}
input {
width: 180px;
}
textarea {
margin-top: 10px;
width: 650px;
height: 70px;
word-wrap: break-word;
font-family: monospace;
overflow: scroll;
}