diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
index 90caed4b8b4..bef263763de 100644
--- a/htdocs/core/tpl/login.tpl.php
+++ b/htdocs/core/tpl/login.tpl.php
@@ -134,7 +134,7 @@ if ($forgetpasslink || $helpcenterlink)
echo '
';
echo '
';
if ($forgetpasslink) {
- echo '
(';
+ echo '(';
echo $langs->trans('PasswordForgotten');
if (! $helpcenterlink) {
echo ')';
@@ -145,7 +145,7 @@ if ($forgetpasslink || $helpcenterlink)
if ($helpcenterlink) {
$url=DOL_URL_ROOT.'/support/index.php'.$moreparam;
if (! empty($conf->global->MAIN_HELPCENTER_LINKTOUSE)) $url=$conf->global->MAIN_HELPCENTER_LINKTOUSE;
- echo '';
+ echo '';
if ($forgetpasslink) {
echo ' - ';
} else {
diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php
index 5788b0f011f..4f55463a323 100755
--- a/htdocs/theme/amarok/style.css.php
+++ b/htdocs/theme/amarok/style.css.php
@@ -557,6 +557,15 @@ img.login, img.printer, img.entity {
font-weight:bold;
}
+.alogin {
+ color: #FFF;
+ font-weight: normal;
+}
+.alogin:hover {
+ color: #FFF;
+ text-decoration:underline;
+}
+
div.login_main_home {
color: #000000;
}
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index f998fdc4e9c..41bdadf037c 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -596,6 +596,15 @@ div.login a:hover {
text-decoration:underline;
}
+.alogin, .alogin:hover {
+ color: #888 !important;
+ font-weight: normal !important;
+ font-size: px !important;
+}
+.alogin:hover {
+ text-decoration:underline !important;
+}
+
img.login, img.printer, img.entity {
padding: dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
margin: 0px 0px 0px 8px;
diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index f87364fef9b..46abe55ecae 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -640,6 +640,15 @@ div.login a:hover {
text-decoration:underline;
}
+.alogin, .alogin:hover {
+ color: #888 !important;
+ font-weight: normal !important;
+ font-size: px !important;
+}
+.alogin:hover {
+ text-decoration:underline !important;
+}
+
img.login, img.printer, img.entity {
padding: dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
margin: 0px 0px 0px 8px;
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index 568e81f13f2..be7c6532f44 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -651,6 +651,15 @@ div.login a:hover {
text-decoration:underline;
}
+.alogin, .alogin:hover {
+ color: #888 !important;
+ font-weight: normal !important;
+ font-size: px !important;
+}
+.alogin:hover {
+ text-decoration:underline !important;
+}
+
img.login, img.printer, img.entity {
padding: dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
margin: 0px 0px 0px 8px;
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 1fbca3e51a0..8313a94438b 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -854,7 +854,14 @@ div.login a:hover {
color: #;
text-decoration:underline;
}
-
+.alogin, .alogin:hover {
+ color: #888 !important;
+ font-weight: normal !important;
+ font-size: px !important;
+}
+.alogin:hover {
+ text-decoration:underline !important;
+}
img.login, img.printer, img.entity {
padding: dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
margin: 0px 0px 0px 8px;