minor margin change
This commit is contained in:
parent
3930275c20
commit
0abc3b60d0
1 changed files with 3 additions and 9 deletions
|
@ -55,7 +55,7 @@ table {
|
||||||
th, td {
|
th, td {
|
||||||
border-top: 1px dotted black;
|
border-top: 1px dotted black;
|
||||||
border-bottom: 1px dotted black;
|
border-bottom: 1px dotted black;
|
||||||
padding: 8px 0;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
@ -75,18 +75,12 @@ input:focus {
|
||||||
|
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
align-self: end;
|
align-self: end;
|
||||||
margin: 8px;
|
width: 82px;
|
||||||
width: 76px;
|
margin-right: 4px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
|
||||||
margin: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.noteninput {
|
.noteninput {
|
||||||
margin: 0 8px;
|
|
||||||
border-radius: 2px;
|
|
||||||
width: 70px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue