From ffa7d6cd25a57654690eea253c2864756ffe6e2f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Sep 2007 20:33:25 +0000 Subject: [PATCH] Norm: Respect css --- htdocs/theme/auguria/auguria.css.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 335be2920da..cd206d582eb 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -722,20 +722,18 @@ margin: 0px 0px; table.border { border: 0px solid #9CACBB; -border-width: 0px; +border: 0px; border-collapse: collapse; } table.border td { padding: 2px 2px; padding-left: 4px; border: 1px solid #9CACBB; -border-width: 1px; border-collapse: collapse; } table.list { border: 0px solid #9CACBB; -border-width: 0px; border-collapse: collapse; } table.list td { @@ -744,7 +742,6 @@ padding-left: 4px; padding-top:0px; padding-bottom:0px; border: 0px solid; -border-width: 0px; border-collapse: collapse; } @@ -1168,7 +1165,7 @@ border-style:none; background-color:transparent; padding:0px; font-size:9px; -border-width:0px; +border:0px; color:#0B63A2; vertical-align:middle; cursor: pointer; @@ -1264,7 +1261,7 @@ form.inplaceeditor-form a { /* The cancel link */ .table_data { border-style:ridge; - border-width: 1px; + border:1px; } .tab_base { @@ -1279,7 +1276,7 @@ form.inplaceeditor-form a { /* The cancel link */ background:#CCCCCC; font-weight:bold; border-style:ridge; - border-width: 1px; + border: 1px; } .table_body { @@ -1287,7 +1284,7 @@ form.inplaceeditor-form a { /* The cancel link */ font-weight:normal; font-family:sans-serif; border-style:ridge; - border-width: 1px; + border: 1px; border-spacing: 0px; border-collapse: collapse; } @@ -1299,4 +1296,4 @@ form.inplaceeditor-form a { /* The cancel link */ border-style:groove; border: 1px; cursor:pointer; -} \ No newline at end of file +}