XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/templates/nextgen.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

div#output {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#select select {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#footer {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#memory, #filesystem {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#memory, #filesystem {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#select {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Don't use IDs in selectors.
Open

#filesystemTable thead tr th {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Use of !important
Open

    border: 0px !important;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Use of !important
Open

    margin: 0 0 0 0 !important;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #354242;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 1px;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

float can't be used with display: table-cell.
Open

    *float: left; /* ie6 ie7 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 20px 20px 0 20px;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

float can't be used with display: table-cell.
Open

    *float: left; /* ie6 ie7 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

float can't be used with display: table-cell.
Open

    *float: left; /* ie6 ie7 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Element (div#output) is overqualified, just use #output without element name.
Open

div#output {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 0px 10px;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 0px 30px;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Values of 0 shouldn't have units specified.
Open

    letter-spacing: 0.0em;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px !important;
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Property with star prefix found.
Open

    *float: left; /* ie6 ie7 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Property with underscore prefix found.
Open

    _width: 945px; /* ie6 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Property with underscore prefix found.
Open

    _margin: 10px 5px 0 5px; /* ie6 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Property with underscore prefix found.
Open

    _margin: 10px 5px 0 5px; /* ie6 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Property with star prefix found.
Open

    *float: left; /* ie6 ie7 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Property with star prefix found.
Open

    *float: left; /* ie6 ie7 */
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Heading (h3) has already been defined.
Open

h3 {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

a:hover {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#footer {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.tablemain {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

a {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

html {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

h2 {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#vitals, #network, #memory, #filesystem, #hardware, #temperature, #voltage, #fans, #power, #current, #other, #ups {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

p {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.treespanbold {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.plugin {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#select {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

h1 {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.dataTables_wrapper{
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.right {
Severity: Minor
Found in phpsysinfo/templates/nextgen.css by csslint

There are no issues that match your filters.

Category
Status