tweak raw-input styling

should fix alignment of raw_input and prompt
pull/37/head
MinRK 13 years ago
parent f09eaf7b5e
commit 31c8fb1fb6

@ -484,4 +484,7 @@ span.input_prompt {
}
input.raw_input {
width: auto;
height: 1em;
line-height: 1em;
margin: -2px 0px 0px 0px;
}

Loading…
Cancel
Save