diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index f660a3675a2..256ede63d2d 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -435,6 +435,9 @@ div.login_block { : 5px; top: 3px; font-weight: bold; + + display: none; + } div.login_block table { diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 78b34145dd2..ab85496d55e 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -67,7 +67,7 @@ $fontlist='arial,tahoma,verdana,helvetica'; /* ============================================================================== */ body { - + background-color: #FFFFFF; background: #ffffff url() 0 0 no-repeat; @@ -204,7 +204,7 @@ else ?> div.tmenu { - + display:none; position: relative; @@ -454,6 +454,9 @@ div.login_block { : 5px; top: 3px; font-weight: bold; + + display: none; + } div.login_block table { @@ -488,7 +491,7 @@ img.login, img.printer, img.entity { /* Menu gauche */ /* ============================================================================== */ -browser->phone) && class_exists('Smartphone') && empty($conf->global->MAIN_SEARCHFORM_WITH_SMARTHPONE) && empty($conf->global->BOOKMARKS_SHOW_WITH_SMARTHPONE))) { ?> .vmenu { display: none; diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 695ca137ecb..8e4153a7102 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -350,6 +350,12 @@ li.tmenu a:link /* Login */ +div.login_block { + + display: none; + +} + div.login { position: absolute; : 30px; diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index f9d44bd90f6..1aea85264c1 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -329,6 +329,12 @@ li.tmenu a:link /* Login */ +div.login_block { + + display: none; + +} + div.login { position: absolute; : 30px;