diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 6c497620fbe..eba9a7cc86d 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -346,6 +346,7 @@ th .button { } + /* ============================================================================== */ /* Styles to hide objects */ /* ============================================================================== */ @@ -1633,29 +1634,25 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel font-family: ; font-weight: normal; border-bottom: 1px solid #FDFFFF; - white-space: nowrap; + white-space: ; text-align: ; } tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre { - /*border-top: 1px solid #DDDDDD;*/ font-family: ; font-weight: normal; border-bottom: 1px solid #FDFFFF; - white-space: nowrap; + white-space: ; } tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel { -/* color: #FFFFFF !important; */ font-family: ; font-weight: normal; border-bottom: 1px solid #FDFFFF; - white-space: nowrap; + white-space: ; text-decoration: underline; } input.liste_titre { - /*background: #7699A9;*/ - /*background-repeat: repeat-x;*/ background: transparent; border: 0px; }