🔌Plugins page rebuild with DataTables

This commit is contained in:
jokob-sk
2024-10-24 21:51:16 +11:00
parent 907a3e1df8
commit 4c46b27643
38 changed files with 1299 additions and 599 deletions

View File

@@ -1208,7 +1208,7 @@ input[readonly] {
background-color:#606060 !important;
}
.networkPageHelp{
.helpIconSmallTopRight{
position: absolute;
font-size: x-small;
margin-bottom: 6px;
@@ -1407,7 +1407,7 @@ input[readonly] {
.plugin-content #tabs-content-location
{
margin: 0px;
padding-top: 0;
}
.plugins-description
@@ -1462,6 +1462,33 @@ input[readonly] {
}
.textOverflow
{
white-space: nowrap; /* Prevent text from wrapping to a new line */
overflow: hidden; /* Hide the overflowed text */
text-overflow: ellipsis; /* Show ellipsis (...) */
}
.table-stretched
{
min-width: -moz-available;
min-width: -webkit-fill-available;
}
.pluginBadge
{
float: right;
}
.pluginBadgeWrap
{
float: right;
display: ruby;
z-index: 1;
position: sticky;
margin-top: 1px;
}
/* -----------------------------------------------------------------------------
Spin
----------------------------------------------------------------------------- */