initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:53:46 +10:00
parent 8f9c36d1f5
commit 9552652292
693 changed files with 86806 additions and 2 deletions

View File

@@ -0,0 +1,37 @@
/*
Copyright: Paul Hanlon
Released under the MIT/BSD licence which means you can do anything you want
with it, as long as you keep this copyright notice on the page
*/
.collapsed {
display: none;
}
.tablemain {
border-collapse: collapse;
padding: 0px;
text-align: left;
}
.tablemain td {
margin-left: 3px;
}
.tree td {
padding: 0px 2px 0px 0px;
cursor: pointer;
}
.adeimg, .ttimage, .parimg, .preimg {
border: none;
margin: 0px;
padding: 0px;
vertical-align: bottom;
width: 16px;
height: 16px;
}
.adeimg, .parimg {
cursor: pointer;
}