diff --git a/html/css/index.css b/html/css/index.css index fbd86e34a..c67076ac8 100644 --- a/html/css/index.css +++ b/html/css/index.css @@ -3,57 +3,42 @@ * LOGO *************************************/ #logo_id { - width:90px; - display:block; + position:absolute; + top : 0px; + left:0px; + width:40px; + height:auto; + margin-left:0px; } /** small **/ @media (min-width : 576px) { #logo_id { - - z-index:-1; - width: 150px; - left: 5px; - top: 22px; - height: 90px; - - left:0px; - display:block; + top : 10px; + left:10px; + width: 60px; + margin-left:35px; + } } /** medium**/ @media (min-width : 768px) { #logo_id { - z-index:-1; - width: 150px; - left: 5px; - top: 22px; - height: 90px; - display:block; + } + } /** large**/ @media (min-width : 992px) { #logo_id { - z-index:-1; - width: 150px; - left: 5px; - top: 22px; - height:90px; - - display:block; + } } /** XL **/ @media (min-width : 1200px) { #logo_id { - z-index: -1; - - width: 150px; - left: 5px; - top: 22px; - height:90px; - display:block; + + } } @@ -98,7 +83,6 @@ } #recover_box { - display: none; position: absolute; top: 15%; @@ -107,4 +91,4 @@ margin-left: 1%; background-color: whitesmoke; padding : 15px; -} +} \ No newline at end of file diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 7a0de73ed..91ed5cac7 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -1659,7 +1659,8 @@ ul.tabs { display:block; padding-left: 2px; list-style: none; - margin-left:2px; + + margin: 0px 3px 0px 3px; } ul.tabs a { display:inline; @@ -1677,7 +1678,7 @@ li.tabs_selected { color:whitesmoke; margin-left: 2px; border-top-left-radius: 10px; - border-top-right-radius: 10px; + border-bottom-right-radius: 10px; border:1px #879ed4 solid; font-weight: bold; float:left; @@ -1694,7 +1695,8 @@ li.tabs { border:1px #879ed4 solid; float:left; background: whitesmoke; - margin-top:2px; + + margin: 2px 3px 3px 3px; } li.tabs:hover { @@ -1703,7 +1705,7 @@ li.tabs:hover { color:wheat;margin-left: 2px; padding: 5px; border-top-left-radius: 10px; - border-top-right-radius: 10px; + border-bottom-right-radius: 10px; border:1px #879ed4 solid; white-space: nowrap; @@ -1714,7 +1716,7 @@ li.tabs:hover { background-color: inherit; - padding: 15px 7px 0px 10px; + padding: 15px 7px 10px 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; border:1px #879ed4 solid; @@ -2848,3 +2850,7 @@ span.tagcell { } /**========*/ +.smallicon { + padding: 2px; + margin: 0px 1px 0px 1px; +} diff --git a/html/image/logo9000.png b/html/image/logo9000.png index 6331aa79a..1d11fb7a5 100644 Binary files a/html/image/logo9000.png and b/html/image/logo9000.png differ diff --git a/html/index.php b/html/index.php index edfe0e984..4cc0bf8c2 100644 --- a/html/index.php +++ b/html/index.php @@ -215,11 +215,11 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
NOALYSS - +
-
+

NOALYSS

@@ -258,7 +258,7 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
Recouvrement identifiant - + × Indiquez votre login ou votre email diff --git a/include/lib/icon_action.class.php b/include/lib/icon_action.class.php index 8cdaf95a8..566a2595e 100644 --- a/include/lib/icon_action.class.php +++ b/include/lib/icon_action.class.php @@ -246,7 +246,7 @@ class Icon_Action */ static function trash($p_id,$p_javascript) { - $r=''; + $r=''; return $r; } /**