Tidy padding

This commit is contained in:
Mike Jolley 2016-07-27 10:28:28 +01:00
parent 0d6a3af108
commit 0a8f3565c3
2 changed files with 7 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -2037,17 +2037,22 @@ table.wc_input_table {
color: $blue;
}
th {
white-space: nowrap;
}
td {
padding: 0;
border-right: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
border-top: 0;
background: #fff;
cursor: default;;
input[type="text"],
input[type="number"] {
width: 100%;
padding: 5px 7px;
padding: 5px 10px;
margin: 0;
border: 0;
background: transparent none;
@ -2149,13 +2154,6 @@ table.wc_input_table {
}
}
tfoot {
th {
padding-left: 20px;
padding-right: 20px;
}
}
tr {
&:last-child {
td {