diff --git a/htdocs/core/lib/security2.lib.php b/htdocs/core/lib/security2.lib.php index 4fa799bb8c3..bd1b2e821c4 100644 --- a/htdocs/core/lib/security2.lib.php +++ b/htdocs/core/lib/security2.lib.php @@ -293,7 +293,7 @@ function dol_loginfunction($langs,$conf,$mysoc) if (function_exists("imagecreatefrompng") && ! empty($conf->global->MAIN_SECURITY_ENABLECAPTCHA)) { $captcha=1; - $captcha_refresh=img_picto($langs->trans("Refresh"),'refresh'); + $captcha_refresh=img_picto($langs->trans("Refresh"),'refresh','id="captcha_refresh_img"'); } // Extra link diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index f67bb97d284..85f5bff41f4 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -293,7 +293,7 @@ div.tmenu { white-space: nowrap; border-left: 0px; padding: 0px; - margin: 10px 0px 10px 0px; + margin: 5px 0px 10px 0px; font-size: 13px; background-image : url(); height: 22px; @@ -527,7 +527,7 @@ li.tmenu a.tmenudisabled { div.login_block { position: absolute; : 5px; - top: 6px; + top: 2px; font-weight: bold; display: none; @@ -1372,13 +1372,12 @@ tr.liste_titre { white-space: nowrap; } -tr.liste_titre:first-child { +tr.liste_titre { background-image: url(); background-position: top right; } -th.liste_titre_sel, td.liste_titre_sel, -tr.liste_titre:first-child td { +th.liste_titre_sel, td.liste_titre_sel, th.liste_titre { color: #FFFFFF !important; } @@ -2199,6 +2198,7 @@ div#logoBox { width: 100%; height: auto; margin-top: 30px; + text-align: center; } div#parameterBox { @@ -2258,6 +2258,10 @@ img#captcha { margin-left: 200px; } +#captcha_refresh_img { + margin-bottom: 6px; +} + div#infoLogin { width: 100%; height: auto; diff --git a/htdocs/theme/bureau2crea/tpl/login.tpl.php b/htdocs/theme/bureau2crea/tpl/login.tpl.php index d3e7119cda6..cb830ef1cf4 100644 --- a/htdocs/theme/bureau2crea/tpl/login.tpl.php +++ b/htdocs/theme/bureau2crea/tpl/login.tpl.php @@ -18,27 +18,44 @@ header('Cache-Control: Public, must-revalidate'); header("Content-type: text/html; charset=".$conf->file->character_set_client); + ?> - - - - - - - + - - -
+ + -