BallStateCBER/datacenter-skeleton

View on GitHub
webroot/css/cake.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

    #actions-sidebar {
Severity: Minor
Found in webroot/css/cake.css by csslint

Don't use IDs in selectors.
Open

#actions-sidebar {
Severity: Minor
Found in webroot/css/cake.css by csslint

Don't use IDs in selectors.
Open

#actions-sidebar {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

    padding: 16px 0px;
Severity: Minor
Found in webroot/css/cake.css by csslint

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

    padding: 12px 14px 12px 10px;
Severity: Minor
Found in webroot/css/cake.css by csslint

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

    padding: 12px 14px 12px 10px;
Severity: Minor
Found in webroot/css/cake.css by csslint

width can't be used with display: inline.
Open

    width: auto;
Severity: Minor
Found in webroot/css/cake.css by csslint

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

    padding: 0 1.5rem 0 1.5rem;
Severity: Minor
Found in webroot/css/cake.css by csslint

Unknown property 'box-radius'.
Open

    box-radius: 5px;
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    line-height: 0px;
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    border-bottom: 0px;
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-top: 0rem;
Severity: Minor
Found in webroot/css/cake.css by csslint

Element (div.message.hidden) is overqualified, just use .hidden without element name.
Open

div.message.hidden {
Severity: Minor
Found in webroot/css/cake.css by csslint

Element (li.active) is overqualified, just use .active without element name.
Open

ul.pagination li.active a {
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
Severity: Minor
Found in webroot/css/cake.css by csslint

Element (li.heading) is overqualified, just use .heading without element name.
Open

.side-nav li.heading {
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    background: none repeat scroll 0% 0% #FFF;
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    line-height: 0px;
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 16px 0px;
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    background: none repeat scroll 0% 0% #FFF;
Severity: Minor
Found in webroot/css/cake.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 15px 0px;
Severity: Minor
Found in webroot/css/cake.css by csslint

Fallback color (hex or RGB) should precede RGBA color.
Open

    color: rgba(0, 0 ,0 , 0.54);
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: .top-bar.expanded
Open

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: div.message.error
Open

div.message.error {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: .actions.columns
Open

.actions.columns {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: .view .columns.booleans
Open

.view .columns.booleans {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: div.message.error:before
Open

div.message.error:before {
Severity: Minor
Found in webroot/css/cake.css by csslint

Fallback color (hex or RGB) should precede RGBA color.
Open

    color: rgba(0, 0 ,0 , 0.54);
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: .view .columns.strings
Open

.view .columns.strings {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: .actions.columns h3
Open

.actions.columns h3 {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: div.message.error:before
Open

div.message.error:before {
Severity: Minor
Found in webroot/css/cake.css by csslint

Fallback color (hex or RGB) should precede RGBA color.
Open

    color: rgba(0, 0, 0, 0.54);
Severity: Minor
Found in webroot/css/cake.css by csslint

Fallback border-top (hex or RGB) should precede RGBA border-top.
Open

    border-top: 1px solid rgba(0, 0, 0, 0.1);
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: div.message.hidden
Open

div.message.hidden {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: .top-bar.expanded .title-area
Open

.top-bar.expanded .title-area {
Severity: Minor
Found in webroot/css/cake.css by csslint

Adjoining classes: .view .columns.dates
Open

.view .columns.dates {
Severity: Minor
Found in webroot/css/cake.css by csslint

Fallback border-bottom (hex or RGB) should precede RGBA border-bottom.
Open

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
Severity: Minor
Found in webroot/css/cake.css by csslint

Fallback color (hex or RGB) should precede RGBA color.
Open

    color: rgba(0, 0 ,0 , 0.74);
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h4) has already been defined.
Open

.content h4 {
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h3) has already been defined.
Open

.content h3 {
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h4) has already been defined.
Open

.content .related h4 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.view .columns.booleans {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.cake-debug,
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.cake-code-dump .code-highlight {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.actions.columns {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.related table {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.form .error-message {
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h4) should not be qualified.
Open

.content .related h4 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.date select,
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h2) should not be qualified.
Open

.view h2 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.required > label:after {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

div.message {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

pre {
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h4) should not be qualified.
Open

.checks h4 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

fieldset legend {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

    #actions-sidebar {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

ul.pagination li.active a {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.view .numbers {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.view .columns.dates {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.side-nav li.heading {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.index table {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.container {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.content h4 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.content .related h4 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.header-help span {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.paginator ul.pagination li {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

header {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.paginator p {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.checks {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.checks .problem:before {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.cake-error,
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.cake-error,
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.checks .success:before {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

div.message.error:before {
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h3) should not be qualified.
Open

.content h3 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.view .texts .columns {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.checks hr {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.checks .success:before,
Severity: Minor
Found in webroot/css/cake.css by csslint

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

div.message:before {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.vertical-table th {
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h3) should not be qualified.
Open

.actions.columns h3 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.header-help {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

select[multiple] {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.form button[type="submit"] {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.top-bar-section li:not(.has-form) a:not(.button):hover {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

.content h3 {
Severity: Minor
Found in webroot/css/cake.css by csslint

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

fieldset {
Severity: Minor
Found in webroot/css/cake.css by csslint

Heading (h4) should not be qualified.
Open

.content h4 {
Severity: Minor
Found in webroot/css/cake.css by csslint

There are no issues that match your filters.

Category
Status