diff --git a/htdocs/core/tpl/notes.tpl.php b/htdocs/core/tpl/notes.tpl.php index 3f78504c025c3..e17c34bbef5a4 100644 --- a/htdocs/core/tpl/notes.tpl.php +++ b/htdocs/core/tpl/notes.tpl.php @@ -39,4 +39,16 @@ + \ No newline at end of file diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 1de8f765189ec..09d92d1993f15 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2318,6 +2318,25 @@ width: 582px !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-border-col { + display:table-cell; + padding: 1px 2px 1px 1px; + border: 1px solid #9CACBB; + border-collapse: collapse; +} close();