force sync from /var/www/html/panel: 2025-09-08T20:36:30Z

This commit is contained in:
auto-sync 2025-09-08 16:36:30 -04:00
commit 4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions

View file

@ -0,0 +1,54 @@
iframe {
border: none !important;
background: transparent !important;
}
.ftp_iframe {
background: transparent !important;
}
.ftp_iframe #LoginForm div {
display: block !important;
}
.ftp_iframe #LoginForm > div > div:first-child {
padding: 6px 10px 0px;
color: #fff;
margin: 0 auto;
height: 31px;
background: #4875B3;
padding-top: 10px;
text-align: center;
font-family: Roboto;
font-weight: 300;
font-size: 15px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.ftp_iframe #LoginForm > div > div:nth-child(2) {
padding: 6px 6px 0px;
}
.ftp_iframe .page table {
width: 100%;
text-align: center;
}
.ftp_iframe .page table table {
width: 400px;
margin: auto;
}
.ftp_iframe #wrapper {
border-left: none;
padding: 20px;
}
.ftp_iframe #header,
.ftp_iframe #page-title
{
text-align: center;
}
select[name="home_id"] {
margin-bottom: 20px;
}