diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 01f3a5ff770..246418765ba 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -682,7 +682,7 @@ td.photo { /* ============================================================================== */ .toolbar { - background-image: url(theme.'/img/tmenu2.jpg',1); ?>) !important; + background-image: url(theme.'/img/tmenu2.jpg',1) ?>) !important; background-repeat: repeat-x !important; border: 1px solid #BBB !important; } @@ -1267,7 +1267,7 @@ white-space: nowrap; .impair { /* background: #d0d4d7; */ -background: #eaeaea; +background: #F5F6F7; font-family: ; border: 0px; } @@ -1280,7 +1280,7 @@ border: 0px; .pair { /* background: #e6ebed; */ -background: #f4f4f4; +background: #FBFCFC; font-family: ; border: 0px; } @@ -1291,6 +1291,11 @@ border: 0px; } */ +tr.pair td, tr.impair td, td.pair, td.impair +{ +/*border-bottom: 1px solid white;*/ +} + /* * Boxes @@ -1324,16 +1329,21 @@ white-space: nowrap; tr.box_impair { /* background: #e6ebed; */ -background: #eaeaea; +background: #F5F6F7; font-family: ; } tr.box_pair { /* background: #d0d4d7; */ -background: #f4f4f4; +background: #FBFCFC; font-family: ; } +tr.box_pair td, tr.box_impair td, td.box_pair, td.box_impair +{ +/*border-bottom: 1px solid white;*/ +} + tr.fiche { font-family: ; }