redbrick/useradm

View on GitHub
useradm/common.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#warn {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#button {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#top {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#main {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#note {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#msgs {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#okay {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#notice {
Severity: Minor
Found in useradm/common.css by csslint

Don't use IDs in selectors.
Open

#menu {
Severity: Minor
Found in useradm/common.css by csslint

Element (table.main) is overqualified, just use .main without element name.
Open

table.main {
Severity: Minor
Found in useradm/common.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 0px;
Severity: Minor
Found in useradm/common.css by csslint

Element (td.button) is overqualified, just use .button without element name.
Open

table.search td.button {
Severity: Minor
Found in useradm/common.css by csslint

Element (td.side) is overqualified, just use .side without element name.
Open

td.side {
Severity: Minor
Found in useradm/common.css by csslint

Element (input.fixed) is overqualified, just use .fixed without element name.
Open

input.fixed {
Severity: Minor
Found in useradm/common.css by csslint

Element (td.top) is overqualified, just use .top without element name.
Open

table.search td.top {
Severity: Minor
Found in useradm/common.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0px;
Severity: Minor
Found in useradm/common.css by csslint

Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'center'.</length></percentage>
Open

    vertical-align: center;
Severity: Minor
Found in useradm/common.css by csslint

Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'center'.</length></percentage>
Open

    vertical-align: center;
Severity: Minor
Found in useradm/common.css by csslint

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

table.search td {
Severity: Minor
Found in useradm/common.css by csslint

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

#top {
Severity: Minor
Found in useradm/common.css by csslint

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

table.search td.top {
Severity: Minor
Found in useradm/common.css by csslint

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

#note {
Severity: Minor
Found in useradm/common.css by csslint

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

pre {
Severity: Minor
Found in useradm/common.css by csslint

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

body {
Severity: Minor
Found in useradm/common.css by csslint

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

#main {
Severity: Minor
Found in useradm/common.css by csslint

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

td.side {
Severity: Minor
Found in useradm/common.css by csslint

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

#button {
Severity: Minor
Found in useradm/common.css by csslint

There are no issues that match your filters.

Category
Status