force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
3
ControlPanel/themes/MasterControlProgram/modules/addonsmanager/addons.js
Executable file
3
ControlPanel/themes/MasterControlProgram/modules/addonsmanager/addons.js
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
$(document).ready(function(){
|
||||
$('.main').addClass('main-content').parent().attr('id', 'content');
|
||||
});
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
.main [href*="&addon_type="]
|
||||
{
|
||||
width: 150px;
|
||||
height: 90px;
|
||||
border-radius: 4px;
|
||||
margin: 2px;
|
||||
font-size: 12px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.main [href*="&addon_type="] span {
|
||||
line-height: 14px;
|
||||
max-height: 28px;
|
||||
}
|
||||
.main [href*="&addon_type="]:hover
|
||||
{
|
||||
cursor: pointer !important;
|
||||
background-position: 0 -90px !important;
|
||||
}
|
||||
.main [href*="&addon_type="]:before
|
||||
{
|
||||
display: block;
|
||||
font-size: 40px;
|
||||
content: "\f192";
|
||||
}
|
||||
.main div.addons {
|
||||
padding: 8px;
|
||||
border: 1px solid #22252f;
|
||||
background-color: rgba(26, 28, 34, 0.2);
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main [href*="&addon_type=plugin"]:before {
|
||||
content: "\f12e";
|
||||
}
|
||||
.main [href*="&addon_type=config"]:before {
|
||||
content: "\f121";
|
||||
}
|
||||
.main [href*="&addon_type=mappack"]:before {
|
||||
content: "\f278";
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
$(document).ready(function(){
|
||||
$('.main > table').before('<div class="addons"></div>');
|
||||
$('.main td').contents().appendTo('.addons');
|
||||
$('.main > table').remove();
|
||||
$('.main [href*="&addon_type="]').addClass('btn-primary').wrapInner('<span>');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue