18F/Paid-Leave-Prototype

View on GitHub
stylesheets/form.css

Summary

Maintainability
Test Coverage

Adjoining classes: .relationship.type .controls::after
Open

.relationship.type .controls::after,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-state
Open

.field.field-state,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .fieldset-name .field.field-name-last
Open

.fieldset-name .field.field-name-last{ margin-right: 0; }
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-city
Open

.field.field-city,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.name .control-label
Open

.control-group.name .control-label,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-zip
Open

.field.field-zip { width: 23%; }
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.state
Open

.control-group.state,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-city
Open

.field.field-city,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.zip
Open

.control-group.zip,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-zip
Open

.field.field-zip { margin-right: 0; }
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-zip
Open

.field.field-zip {
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-state
Open

.field.field-state,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .fieldset.fieldset-mailing-address .label-text
Open

.fieldset.fieldset-mailing-address .label-text{
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.state
Open

.control-group.state,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .fieldset.fieldset-mailing-address
Open

.fieldset.fieldset-mailing-address {
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.zip
Open

.control-group.zip,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.city
Open

.control-group.city,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.address .control-label
Open

.control-group.address .control-label,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.city
Open

.control-group.city,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.name
Open

.control-group.name,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.name.name-last
Open

.control-group.name.name-last,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-zip
Open

.field.field-zip { margin-bottom: 0; }
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.name.name-last
Open

.control-group.name.name-last,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.employer.name
Open

.control-group.employer.name{
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .fieldset.fieldset-name .label-text
Open

.fieldset.fieldset-name .label-text{
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-state
Open

.field.field-state,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.country
Open

.control-group.country,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.employer.name
Open

.control-group.employer.name{
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .relationship.type .controls:hover > select
Open

.relationship.type .controls:hover > select,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .relationship.type .controls:hover::after
Open

.relationship.type .controls:hover::after,
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .field.field-city
Open

.field.field-city { width: 50%; }
Severity: Minor
Found in stylesheets/form.css by csslint

Adjoining classes: .control-group.zip
Open

.control-group.zip,
Severity: Minor
Found in stylesheets/form.css by csslint

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

        border: 1px solid #888;
Severity: Minor
Found in stylesheets/form.css by csslint

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

        border: 1px solid #888;
Severity: Minor
Found in stylesheets/form.css by csslint

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

    padding-right: 24px;
Severity: Minor
Found in stylesheets/form.css by csslint

Attribute selectors with *= are slow!
Open

.control-group[class*="routing_number_2"]{ margin-bottom: 0; }
Severity: Minor
Found in stylesheets/form.css by csslint

Attribute selectors with *= are slow!
Open

.control-group[class*="payment---method"],
Severity: Minor
Found in stylesheets/form.css by csslint

Attribute selectors with *= are slow!
Open

.control-group[class*="bank_name"]{ padding-top: 28px; }
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) has already been defined.
Open

    .layout-claims-new main > .wrapper > h1{ font-size: 36px; }
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) has already been defined.
Open

    .layout-claims-new aside h1{
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) has already been defined.
Open

.layout-claims-new main > .wrapper > h1{
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) has already been defined.
Open

.layout-claims-new aside h1{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new main h1{
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h3) should not be qualified.
Open

.layout-claims-new form h3,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.controls label.radio input{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.field .help-text,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new main form footer button {
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) should not be qualified.
Open

    .layout-claims-new main > .wrapper > h1{ font-size: 36px; }
Severity: Minor
Found in stylesheets/form.css by csslint

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

    .layout-claims aside .steps li::before{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new h2::after{
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claims-new aside h1{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new .instructions {
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new form > div > button,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.controls label.radio {
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new form > div,
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h2) should not be qualified.
Open

.layout-claims-new h2::after{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new aside h1{
Severity: Minor
Found in stylesheets/form.css by csslint

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

    .layout-claims aside .steps li{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.control-group .control-label,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.control-group.name,
Severity: Minor
Found in stylesheets/form.css by csslint

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

    .layout-claims-new aside{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.control-group.employer.name{
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h2) should not be qualified.
Open

.layout-claims-new form h2:first-of-type,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new aside li,
Severity: Minor
Found in stylesheets/form.css by csslint

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

  .layout-claims-new aside .steps{
Severity: Minor
Found in stylesheets/form.css by csslint

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

.control-group.address .control-label,
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) should not be qualified.
Open

    .layout-claims-new aside h1{
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claims-new main h1{
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h2) should not be qualified.
Open

.layout-claims-new h2,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new form h3,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.control-group .controls select {
Severity: Minor
Found in stylesheets/form.css by csslint

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

.field-select::after,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.layout-claims-new h2,
Severity: Minor
Found in stylesheets/form.css by csslint

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

.control-group.name .control-label,
Severity: Minor
Found in stylesheets/form.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claims-new main > .wrapper > h1{
Severity: Minor
Found in stylesheets/form.css by csslint

There are no issues that match your filters.

Category
Status