Minor css fix
This commit is contained in:
parent
227bdb9838
commit
eddab57f32
@ -2731,7 +2731,10 @@ form.liste_total div {
|
|||||||
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important;
|
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important;
|
||||||
border-top-style: solid !important;
|
border-top-style: solid !important;
|
||||||
}
|
}
|
||||||
|
.paymenttable tr td:first-child, .margintable tr td:first-child
|
||||||
|
{
|
||||||
|
padding-left: 2px;
|
||||||
|
}
|
||||||
.margintable td {
|
.margintable td {
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2599,7 +2599,10 @@ input.liste_titre {
|
|||||||
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important;
|
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important;
|
||||||
border-top-style: solid !important;
|
border-top-style: solid !important;
|
||||||
}
|
}
|
||||||
|
.paymenttable tr td:first-child, .margintable tr td:first-child
|
||||||
|
{
|
||||||
|
padding-left: 2px;
|
||||||
|
}
|
||||||
.margintable td {
|
.margintable td {
|
||||||
border: 0px !important;
|
border: 0px !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user