Skip to content
Snippets Groups Projects
Commit e07f6572 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix css

parent d4c35b71
No related branches found
No related tags found
No related merge requests found
......@@ -2244,11 +2244,12 @@ table.liste, table.noborder, table.formdoc, div.noborder {
-webkit-border-radius: 0.1em;
border-radius: 0.1em;
}
/*
#tablelines tr.liste_titre:first-child td, form.formnoborder, tr.liste_titre.trnoborder td {
border-top-width: 1px;
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>);
border-top-style: solid;
}
}*/
table.noborder tr, div.noborder form {
border-top-color: #FEFEFE;
......@@ -2261,6 +2262,12 @@ table.noborder tr, div.noborder form {
border-left-style: solid;
min-height: 26px;
}
.liste_titre_add td, .liste_titre_add .tagtd
{
border-top-width: 1px;
border-top-color: rgb(<?php echo $colortopbordertitle1 ?>);
border-top-style: solid;
}
table.liste th, table.noborder th, table.noborder tr.liste_titre td {
padding: 8px 2px 8px 3px; /* t r b l */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment