rwwarren/door-lock

View on GitHub
web/src/root/css/app.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#passwordCheck {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

    padding: 5px;
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

    border: 5px;
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

    padding: 15px;
Severity: Minor
Found in web/src/root/css/app.css by csslint

Rule is empty.
Open

.content {
Severity: Minor
Found in web/src/root/css/app.css by csslint

Rule is empty.
Open

.userList li:first-child {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

    border: 1px solid black;
Severity: Minor
Found in web/src/root/css/app.css by csslint

Rule is empty.
Open

.adminPage {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.footer {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

td {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.loginpage {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.inputtext {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.container {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

th {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.inputinput {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.logintitle {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.nav {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.nav li {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.loginbutton {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.login {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.forgotlink {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.nav li:after {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.loginform {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

table {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.userList li {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

.userList {
Severity: Minor
Found in web/src/root/css/app.css by csslint

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

#passwordCheck {
Severity: Minor
Found in web/src/root/css/app.css by csslint

There are no issues that match your filters.

Category
Status