diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 547223e7c..e4f4749e2 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3541,8 +3541,39 @@ li.li-active { */ #info_passid { position:absolute; - background-color: rgba(246, 180, 157, 0.58); - color:red; + background-color: rgba(246, 180, 157, 0.80); + color:#b90707; + font-size:100%; + z-index:10; + top:200px; + left:326px; + } + @media (min-width: 576px) { + #info_passid { + top:305px; + left:326px; + } + } + /* MeDium */ + @media (min-width: 768px) { + #info_passid { + top:305px; + left:326px; + } + } + /* LarGe */ + @media (min-width: 992px) { + #info_passid { + top:305px; + left:326px; + } + } + /* eXtraLarge */ + @media (min-width: 1200px) { + #info_passid { + top:305px; + left:30%; + } } /** followup : detail : list of concerned actions **/ diff --git a/include/user.inc.php b/include/user.inc.php index 09481f3f8..2b340adc8 100644 --- a/include/user.inc.php +++ b/include/user.inc.php @@ -178,12 +178,12 @@ if ( isset($_REQUEST['det']) && $sbaction=="") return; } ?> - -