kai-jacobsen/kontentblocks

View on GitHub
css/kb_options.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

th#active {
Severity: Minor
Found in css/kb_options.css by csslint

Don't use IDs in selectors.
Open

#block-tabs {
Severity: Minor
Found in css/kb_options.css by csslint

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

.block-nav li.ui-state-active {
Severity: Minor
Found in css/kb_options.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-top: 0px;
Severity: Minor
Found in css/kb_options.css by csslint

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

td.active {
Severity: Minor
Found in css/kb_options.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-bottom: 0px;
Severity: Minor
Found in css/kb_options.css by csslint

Element (img.block_status) is overqualified, just use .block_status without element name.
Open

img.block_status {
Severity: Minor
Found in css/kb_options.css by csslint

Element (td.cb) is overqualified, just use .cb without element name.
Open

.kb_area_edit_form td.cb {
Severity: Minor
Found in css/kb_options.css by csslint

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

th#active {
Severity: Minor
Found in css/kb_options.css by csslint

Element (tr.disabled) is overqualified, just use .disabled without element name.
Open

tr.disabled {
Severity: Minor
Found in css/kb_options.css by csslint

The property -o-border-image is compatible with -webkit-border-image and -moz-border-image and should be included as well.
Open

    -webkit-border-image: initial;
Severity: Minor
Found in css/kb_options.css by csslint

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

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

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

    border: 1px solid #EEE;
Severity: Minor
Found in css/kb_options.css by csslint

Duplicate property 'margin' found.
Open

    margin: 0;
Severity: Minor
Found in css/kb_options.css by csslint

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

    padding: 20px;
Severity: Minor
Found in css/kb_options.css by csslint

Heading (h2) has already been defined.
Open

.kb_options_section h2 {
Severity: Minor
Found in css/kb_options.css by csslint

Heading (h2) should not be qualified.
Open

.kb_options_header h2 {
Severity: Minor
Found in css/kb_options.css by csslint

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

tr.dynamic span {
Severity: Minor
Found in css/kb_options.css by csslint

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

.kb_options_section {
Severity: Minor
Found in css/kb_options.css by csslint

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

.kb_page_wrap {
Severity: Minor
Found in css/kb_options.css by csslint

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

#block-tabs {
Severity: Minor
Found in css/kb_options.css by csslint

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

.block-nav {
Severity: Minor
Found in css/kb_options.css by csslint

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

.kb_options_wrapper {
Severity: Minor
Found in css/kb_options.css by csslint

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

.kb_options_header h2 {
Severity: Minor
Found in css/kb_options.css by csslint

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

.tabs-content .form-field {
Severity: Minor
Found in css/kb_options.css by csslint

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

.tabs-content {
Severity: Minor
Found in css/kb_options.css by csslint

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

.kb_options_header {
Severity: Minor
Found in css/kb_options.css by csslint

Heading (h2) should not be qualified.
Open

.kb_options_section h2 {
Severity: Minor
Found in css/kb_options.css by csslint

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

.block-nav li a {
Severity: Minor
Found in css/kb_options.css by csslint

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

.checkboxlabel {
Severity: Minor
Found in css/kb_options.css by csslint

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

.kb_area_edit_form td{
Severity: Minor
Found in css/kb_options.css by csslint

There are no issues that match your filters.

Category
Status