abrain/einsatzverwaltung

View on GitHub
src/css/style-admin.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#dashboard_right_now a.einsatz-count:before, #dashboard_right_now span.einsatz-count:before {
Severity: Minor
Found in src/css/style-admin.css by csslint

Don't use IDs in selectors.
Open

#dashboard_right_now a.einsatz-count:before, #dashboard_right_now span.einsatz-count:before {
Severity: Minor
Found in src/css/style-admin.css by csslint

Don't use IDs in selectors.
Open

#columns-available, #columns-enabled {
Severity: Minor
Found in src/css/style-admin.css by csslint

Don't use IDs in selectors.
Open

#columns-available, #columns-enabled {
Severity: Minor
Found in src/css/style-admin.css by csslint

Don't use IDs in selectors.
Open

#columns-available ul, #columns-enabled ul {
Severity: Minor
Found in src/css/style-admin.css by csslint

Don't use IDs in selectors.
Open

#columns-available ul, #columns-enabled ul {
Severity: Minor
Found in src/css/style-admin.css by csslint

Don't use IDs in selectors.
Open

#columns-available td, #columns-enabled td {
Severity: Minor
Found in src/css/style-admin.css by csslint

Don't use IDs in selectors.
Open

#columns-available td, #columns-enabled td {
Severity: Minor
Found in src/css/style-admin.css by csslint

Element (body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug) is overqualified, just use .taxonomy-fahrzeug without element name.
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

Element (div.form-field.term-parent-wrap) is overqualified, just use .term-parent-wrap without element name.
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

Element (body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug) is overqualified, just use .post-type-einsatz without element name.
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

Element (li.evw-column) is overqualified, just use .evw-column without element name.
Open

li.evw-column {
Severity: Minor
Found in src/css/style-admin.css by csslint

Element (div.form-field.term-parent-wrap) is overqualified, just use .form-field without element name.
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

li.dropzone {
Severity: Minor
Found in src/css/style-admin.css by csslint

Element (body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug) is overqualified, just use .edit-tags-php without element name.
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

Attribute selectors with ^= are slow!
Open

[id^="img-evw-mediasel-"] {
Severity: Minor
Found in src/css/style-admin.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[id^="img-evw-mediasel-"] {
Severity: Minor
Found in src/css/style-admin.css by csslint

Adjoining classes: body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

Adjoining classes: body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

Adjoining classes: body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap
Open

body.edit-tags-php.post-type-einsatz.taxonomy-fahrzeug .form-wrap div.form-field.term-parent-wrap {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

    padding: 5px;
Severity: Minor
Found in src/css/style-admin.css by csslint

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

    padding: 5px;
Severity: Minor
Found in src/css/style-admin.css by csslint

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

    border: 1px dashed #999;
Severity: Minor
Found in src/css/style-admin.css by csslint

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

body.settings_page_einsatzvw-settings .columns ul li {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

li.evw-column {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

.widgets-holder-wrap .checkboxlist, .customize-control-widget_form .checkboxlist {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

#columns-available ul, #columns-enabled ul {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

li.dropzone {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

.import-time-formats {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

#columns-available, #columns-enabled {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

.aboutpage-icons {
Severity: Minor
Found in src/css/style-admin.css by csslint

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

[id^="img-evw-mediasel-"] {
Severity: Minor
Found in src/css/style-admin.css by csslint

There are no issues that match your filters.

Category
Status