| /web/acc/phpsysinfo/templates/aqua.css |
|---|
| 101,9 → 101,8 |
| width: 100px; |
| } |
| #vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups { |
| .fullsize, .halfsize { |
| float: left; |
| width: 451px; |
| margin: 10px 0 0 8px; |
| _margin: 10px 4px 0 4px; /* ie6 */ |
| padding: 1px; |
| 111,12 → 110,12 |
| background: #fff; |
| } |
| #pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable { |
| padding: 0px 30px; |
| .fullsize { |
| width: 916px; |
| } |
| #memory, #filesystem { |
| width: 915px; |
| .halfsize { |
| width: 451px; |
| } |
| #filesystemTable thead tr th { |
| 152,6 → 151,10 |
| background: #a72971; |
| } |
| .barrest { |
| background: #29a79e; |
| } |
| .right { |
| text-align: right; |
| padding-right: 20px; |
| /web/acc/phpsysinfo/templates/html/index_bootstrap.html |
|---|
| 3,6 → 3,7 |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self'"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="apple-mobile-web-app-capable" content="yes"> |
| <meta name="mobile-web-app-capable" content="yes"> |
| /web/acc/phpsysinfo/templates/html/index_dynamic.html |
|---|
| 5,6 → 5,7 |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| <meta http-equiv="Content-Style-Type" content="text/css" /> |
| <meta http-equiv="Content-Script-Type" content="text/javascript" /> |
| <meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self'" /> |
| <meta name="Description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely" /> |
| <noscript> |
| <meta http-equiv="refresh" content="2; URL=index.php?disp=static" /> |