Fixes and more attractive form style

This commit is contained in:
Florian "flowdy" Heß
2017-02-01 21:34:01 +01:00
parent 6c43accd5f
commit ba30ec40a2
3 changed files with 23 additions and 13 deletions

View File

@@ -69,13 +69,24 @@ table.history p.linked-credit {
font-size: smaller;
}
dl dd + dt {
border-top: 1px solid lightgrey;
margin-top: 1em;
input, textarea {
border: 1px solid #ddd;
}
dl dt {
float: left;
clear: left;
width: 7em;
text-align: right;
font-weight: bold;
}
dl dd {
margin: 0 0 0 8em;
padding: 0 0 0.5em 0;
}
select {
border:none;
border: 1px solid #ddd;
background-color:transparent;
}