23 lines
288 B
CSS
23 lines
288 B
CSS
h1{
|
|
margin-bottom: 1cm;
|
|
padding-bottom: 0px;
|
|
}
|
|
table{
|
|
width: 15cm;
|
|
text-align: left;
|
|
}
|
|
input, select{
|
|
width: 9cm;
|
|
}
|
|
.right{
|
|
text-align: right;
|
|
}
|
|
.right input{
|
|
width: 1cm;
|
|
margin: 0;
|
|
}
|
|
textarea{
|
|
margin-left: 0.5cm;
|
|
width: 14.5cm;
|
|
resize: none;
|
|
} |