3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Each selector in a comma sequence should be on its own single line
Open

form.button-to, form.button-to div, form.inline, form.inline div {

Properties should be ordered background-color, border, border-radius, margin-bottom, padding
Open

  border: $border-width $error-color solid;

Colon after property should be followed by one space
Open

  background-color:

Avoid using id selectors
Open

form.formtastic#new_metric {

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

  padding: line-height-times(1/4);

Properties should be ordered border-radius, margin, position, top, vertical-align
Open

  position: relative;

Shorthand form for property padding should be written more concisely as 0 instead of 0 0 0 0
Open

    padding: 0 0 0 0;

Merge rule form.formtastic:not(.pf-c-form) fieldset > ol > li.radio fieldset ol li with rule on line 3
Open

form.formtastic:not(.pf-c-form) fieldset > ol > li.radio fieldset ol li {

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

      margin: 0 line-height-times(1/4) 0 line-height-times(-1/4);

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

  margin: 0 line-height-times(1/4) 0 0;

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

  margin: 0 line-height-times(1/4) 0 $border-width;

Selector should have depth of applicability no greater than 3, but was 5
Open

form.formtastic:not(.pf-c-form) fieldset > ol > li.password input {

!important should not be used
Open

    float: none !important;

Shorthand form for property padding should be written more concisely as 0 instead of 0 0 0 0
Open

  padding: 0 0 0 0;

Selector should have depth of applicability no greater than 3, but was 5
Open

form.formtastic:not(.pf-c-form) .button-bar fieldset > ol > li {

Selector should have depth of applicability no greater than 3, but was 5
Open

form.formtastic:not(.pf-c-form) fieldset > ol > li p.inline-hints,

Selector should have depth of applicability no greater than 3, but was 5
Open

  fieldset > ol > li label {

Avoid using id selectors
Open

#fancybox-inner form.formtastic:not(.pf-c-form) fieldset > ol > li p.inline-hints {

Avoid using id selectors
Open

form#new_post.formtastic fieldset > ol > li.boolean label {

Avoid using id selectors
Open

#fancybox-inner form.formtastic:not(.pf-c-form) fieldset.actions {
Severity
Category
Status
Source
Language