public/stylesheets/popup_dialog.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    margin: 2px !important;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

Don't use IDs in selectors.
Open

div#notice {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

Use of !important
Open

    width: 440px !important;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

Don't use IDs in selectors.
Open

div#error {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

Element (div#notice) is overqualified, just use #notice without element name.
Open

div#notice {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

Element (div#error) is overqualified, just use #error without element name.
Open

div#error {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

Element (div.prev-next) is overqualified, just use .prev-next without element name.
Open

div.prev-next {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

Element (p.alone) is overqualified, just use .alone without element name.
Open

p.alone {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

.item_class_choices li.first {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

    padding: 15px;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

    padding: 10px;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

    border: 1px solid #CCC;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

    padding: 10px;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

  border: 1px solid #baae8b;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

  border: 1px solid #baae8b;
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

div#notice {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

img {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

.item_class_choices {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

body {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

.item_class_choices li {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

div#error {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

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

fieldset {
Severity: Minor
Found in public/stylesheets/popup_dialog.css by csslint

There are no issues that match your filters.

Category
Status