From c41fd9c314e44f7abb19485295fc898f38ffabf9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 17 Mar 2012 18:38:34 +0100 Subject: [PATCH] Fix: test with auguria --- htdocs/theme/auguria/style.css.php | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 3d547852aa5..d3d7578d7c0 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -1219,7 +1219,7 @@ table.liste td { padding-right: 2px; } -tr.liste_titre +div.liste_titre, tr.liste_titre { height: 24px; background: #7699A9; @@ -2000,6 +2000,34 @@ a.cke_dialog_ui_button height: 72px !important; } +/* ============================================================================== */ +/* Table with div */ +/* ============================================================================== */ + +div.table-border { + display:table; + width: 100%; + border-collapse: collapse; + border: 1px solid #9CACBB; +} +div.table-border-row { + display:table-row; +} +div.table-key-border-col { + display:table-cell; + width: 25%; + vertical-align:top; + padding: 1px 2px 1px 1px; + border: 1px solid #9CACBB; + border-collapse: collapse; +} +div.table-val-border-col { + display:table-cell; + width:auto; + padding: 1px 2px 1px 1px; + border: 1px solid #9CACBB; + border-collapse: collapse; +} /* ============================================================================== */ /* Test using div instead of tables */