diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index cd206d582eb..6e6e669591e 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -1255,20 +1255,20 @@ form.inplaceeditor-form a { /* The cancel link */ } /* ============================================================================== */ -/* PHP_ExcelReader */ +/* Affichage tableau Excel */ /* ============================================================================== */ .table_data { border-style:ridge; - border:1px; + border:1px solid; } .tab_base { background:#C5D0DD; font-weight:bold; border-style:ridge; - border: 1px; + border: 1px solid; cursor:pointer; } .table_sub_heading @@ -1276,7 +1276,7 @@ form.inplaceeditor-form a { /* The cancel link */ background:#CCCCCC; font-weight:bold; border-style:ridge; - border: 1px; + border: 1px solid; } .table_body { @@ -1284,7 +1284,7 @@ form.inplaceeditor-form a { /* The cancel link */ font-weight:normal; font-family:sans-serif; border-style:ridge; - border: 1px; + border: 1px solid; border-spacing: 0px; border-collapse: collapse; } @@ -1294,6 +1294,6 @@ form.inplaceeditor-form a { /* The cancel link */ color:white; font-weight:bold; border-style:groove; - border: 1px; + border: 1px solid; cursor:pointer; } diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index a3cfc7450ad..b28f6070b9a 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -1392,20 +1392,20 @@ div.menuFleche } /* ============================================================================== */ -/* PHP_ExcelReader */ +/* Affichage tableau Excel */ /* ============================================================================== */ .table_data { border-style:ridge; - border: 1px; + border:1px solid; } .tab_base { background:#C5D0DD; font-weight:bold; border-style:ridge; - border: 1px; + border: 1px solid; cursor:pointer; } .table_sub_heading @@ -1413,7 +1413,7 @@ div.menuFleche background:#CCCCCC; font-weight:bold; border-style:ridge; - border: 1px; + border: 1px solid; } .table_body { @@ -1421,7 +1421,7 @@ div.menuFleche font-weight:normal; font-family:sans-serif; border-style:ridge; - border: 1px; + border: 1px solid; border-spacing: 0px; border-collapse: collapse; } @@ -1431,6 +1431,6 @@ div.menuFleche color:white; font-weight:bold; border-style:groove; - border: 1px; + border: 1px solid; cursor:pointer; } \ No newline at end of file