From 1bd422b8b9b9b58e07732e8cec6ed90f4b283411 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 Mar 2019 14:45:16 +0100 Subject: [PATCH] CSS --- .../template/scripts/{myobject.php => mymodule.php} | 0 htdocs/theme/eldy/style.css.php | 11 ++++------- htdocs/theme/md/style.css.php | 11 ++++------- 3 files changed, 8 insertions(+), 14 deletions(-) rename htdocs/modulebuilder/template/scripts/{myobject.php => mymodule.php} (100%) diff --git a/htdocs/modulebuilder/template/scripts/myobject.php b/htdocs/modulebuilder/template/scripts/mymodule.php similarity index 100% rename from htdocs/modulebuilder/template/scripts/myobject.php rename to htdocs/modulebuilder/template/scripts/mymodule.php diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 1f58937d879..ab76c60e06e 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1059,10 +1059,6 @@ select.selectarrowonleft option { text-overflow: ellipsis; white-space: nowrap; } - div.titre { - /* margin-top: 12px; */ - /* line-height: 2em; */ - } .border tbody tr, .border tbody tr td, div.tabBar table.border tr, div.tabBar table.border tr td, div.tabBar div.border .table-border-row, div.tabBar div.border .table-key-border-col, div.tabBar div.border .table-val-border-col { height: 40px !important; } @@ -3671,14 +3667,15 @@ label.radioprivate { } div.titre { - font-family: ; font-size: 1.1em; - /* font-weight: bold; */ - color: rgb(); text-decoration: none; padding-top: 5px; padding-bottom: 5px; } +div.titre, .secondary { + font-family: ; + color: rgb(); +} #dolpaymenttable { min-width: 320px; font-size: 16px; } /* Width must have min to make stripe input area visible. Lower than 320 makes input area crazy for credit card that need zip code */ #tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 1f98c2d25ca..fbee7633173 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1025,10 +1025,6 @@ select.selectarrowonleft option { div.fiche { margin-top: px !important; } - div.titre { - /* margin-top: 12px; */ - /* line-height: 2em; */ - } .border tbody tr, .border tbody tr td, div.tabBar table.border tr { height: 40px !important; } @@ -3584,16 +3580,17 @@ label.radioprivate { } div.titre { - font-family: ; font-size: 14px; - /* font-weight: bold; */ - color: rgb(); text-decoration: none; padding-top: 5px; padding-bottom: 5px; /* text-shadow: 1px 1px 2px #FFFFFF; */ dol_optimize_smallscreen)?'':'margin-top: 4px;'); ?> } +div.titre, .secondary { + font-family: ; + color: rgb(); +} #dolpaymenttable { min-width: 320px; font-size: 16px; } /* Width must have min to make stripe input area visible. Lower than 320 makes input area crazy for credit card that need zip code */ #tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }