Cosmetic : improve responsive for adding user

This commit is contained in:
sparkyx 2025-08-03 20:21:39 +02:00
parent da8e31b33a
commit 4bb0a46e6b
2 changed files with 36 additions and 5 deletions

View file

@ -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 **/