From 137e4e99dc7b2dc76f96397288ca45ec457cb76d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 12 Jan 2011 09:47:23 +0000 Subject: [PATCH] Fix: problem with external user login --- htdocs/theme/auguria/style.css.php | 1 + htdocs/theme/eldy/style.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 097651f7a18..f660a3675a2 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -443,6 +443,7 @@ div.login_block table { div.login { display: inline; + white-space:nowrap; padding: 0px 5px; margin: 0px 0px 1px 0px; font-weight: bold; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index b12d9df3acb..a4e692b455b 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -462,6 +462,7 @@ div.login_block table { div.login { display: inline; + white-space:nowrap; padding: 0px 5px; margin: 0px 0px 1px 0px; font-weight: bold;