Minor css fix

This commit is contained in:
Laurent Destailleur 2016-06-24 01:00:37 +02:00
parent 227bdb9838
commit eddab57f32
2 changed files with 8 additions and 2 deletions

View File

@ -2731,7 +2731,10 @@ form.liste_total div {
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important;
border-top-style: solid !important;
}
.paymenttable tr td:first-child, .margintable tr td:first-child
{
padding-left: 2px;
}
.margintable td {
border: 0px !important;
}

View File

@ -2599,7 +2599,10 @@ input.liste_titre {
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important;
border-top-style: solid !important;
}
.paymenttable tr td:first-child, .margintable tr td:first-child
{
padding-left: 2px;
}
.margintable td {
border: 0px !important;
}