* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme

- Adding SM2 panel [SME: 13004]
- Upgrade to phpsysinfo 3.4.4
- Add code to delete inline styles and add css to make it look better.
- version saved / built uses the static version, which means no drops downs and choices.
This commit is contained in:
2025-05-14 16:14:01 +01:00
parent 80b1da5fa5
commit c8ce77259d
952 changed files with 51341 additions and 28699 deletions

View File

@@ -2,13 +2,13 @@
* DataTables sorting
*/
.sorting_asc {
background: url('../../gfx/sort_asc.png') no-repeat center right;
background: url('../../gfx/sort_asc.gif') no-repeat center right;
}
.sorting_desc {
background: url('../../gfx/sort_desc.png') no-repeat center right;
background: url('../../gfx/sort_desc.gif') no-repeat center right;
}
.sorting {
background: url('../../gfx/sort_both.png') no-repeat center right;
background: url('../../gfx/sort_both.gif') no-repeat center right;
}

View File

@@ -30,7 +30,6 @@ div#nyroModalFull div#nyroModalWrapper a#closeBut {
right: -13px;
width: 12px;
height: 12px;
text-indent: -9999em;
background: url(../../gfx/close.gif) no-repeat;
outline: 0;
}
@@ -94,12 +93,12 @@ div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
background-image: url(../../gfx/prev.png);
background-image: url(../../gfx/prev.gif);
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
right: 0;
background-position: right 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
background-image: url(../../gfx/next.png);
background-image: url(../../gfx/next.gif);
}