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,60 @@
.btn:not([name="update"]),
.loading,
b:not(:first-of-type){
float: right;
}
b.label {
font-size: 12px;
font-weight: normal;
padding: 5px;
margin: 0px 5px;
}
.btn,
.badge {
margin: 0px 5px !important;
}
.uninstall,
.install,
.remove,
.badge {
min-width: 75px;
}
.content {
height: 30px;
line-height: 30px;
padding: 4px;
}
.content:nth-child(even) {
background-color: rgba(26, 28, 34, 0.3) !important;
}
.badge {
font-weight: normal !important;
}
.fa {
margin-left: 5px;
}
.dragbox-content input[type="checkbox"] {
margin-right: 5px;
}
.extras .bloc {
padding: 0px;
float: left;
width: 49%;
border: none !important;
}
.extras .bloc:first-of-type {
margin-right: 1%;
}
@media screen and (max-width: 1200px) {
.extras .bloc {
float: none;
width: 100%;
margin: 0px;
}
}
a.btn-xs {
font-weight: 600;
text-transform: uppercase;
}