Skip to content
Snippets Groups Projects
Commit c5b191d5 authored by Jean-François Ferry's avatar Jean-François Ferry
Browse files

Adjust CSS properties for tables

parent 07bf4033
No related branches found
No related tags found
No related merge requests found
......@@ -1778,11 +1778,11 @@ table.noborder tr, div.noborder form {
border-left-width: 1px;
border-left-color: #BBBBBB;
border-left-style: solid;
height: 26px;
min-height: 20px;
}
table.noborder th, table.noborder td, div.noborder form, div.noborder form div {
padding: 1px 2px 1px 3px; /* t r b l */
padding: 5px 2px 5px 3px; /* t r b l */
}
table.nobordernopadding {
......@@ -1917,7 +1917,7 @@ table.liste td {
background-color: #f9f9f9;
}
tr.pair td, tr.impair td {
padding: 2px;
padding: 5px 2px;
border-bottom: 1px solid #ddd;
}
div.liste_titre .tagtd {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment