some updates related to #28

This commit is contained in:
Henrique Dias
2015-10-24 10:54:10 +01:00
parent 8affc3136f
commit a7fcdfa430
9 changed files with 48 additions and 21 deletions

View File

@@ -6,7 +6,8 @@ pre {
border-radius : .5em;
}
input {
input,
textarea {
width : 100%;
background-color: rgba(0, 0, 0, 0.25);
color : rgba(255, 255, 255, 0.3);
@@ -25,6 +26,12 @@ input:focus {
outline: 0;
}
textarea {
transition: none;
resize : vertical;
min-height: 4em;
}
label {
width : 10.5em;
display: inline-block;