CommunityGrows/communitygrows

View on GitHub
app/assets/stylesheets/login.css

Summary

Maintainability
Test Coverage

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

    padding: 15px;
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

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

.submit_button {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

Outlines should only be modified using :focus.
Open

.submit_button {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

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

h2 {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

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

.input {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

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

body {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

Outlines should only be modified using :focus.
Open

.input {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

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

.console {
Severity: Minor
Found in app/assets/stylesheets/login.css by csslint

There are no issues that match your filters.

Category
Status