Files
pdfer/webapp/static/styles.css
2017-02-20 23:16:39 +01:00

31 lines
284 B
CSS

label,
label input,
label textarea {
display: block;
width: 240px;
}
textarea.address {
height: 80px;
}
textarea.body {
height: 240px;
}
button {
margin-top: 12px;
}
.home {
display: flex;
}
.home > div {
padding: 12px;
}
embed {
flex: 1 100%;
}