Fix: normes css

This commit is contained in:
Regis Houssin 2007-09-10 06:28:12 +00:00
parent d64113bda5
commit baeb4248f1
2 changed files with 12 additions and 12 deletions

View File

@ -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;
}

View File

@ -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;
}