lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

Use of !important
Open

.cmb-row.lsx-admin-row .lsx-field-text-field input, .cmb-row.lsx-admin-row .lsx-field-add-field input, .cmb-row.cmb2-id-exercise-tips .lsx-field-text-field input, .cmb-row.cmb2-id-exercise-tips .lsx-field-add-field input, .cmb-row.cmb2-id-exercise-details .lsx-field-text-field input, .cmb-row.cmb2-id-exercise-details .lsx-field-add-field input { float: none; margin-right: 0px !important; margin-bottom: 10px; margin-left: 10px; }

Adjoining classes: .cmb-row.cmb2-id-exercise-tips .lsx-field-text-field input
Open

.cmb-row.lsx-admin-row .lsx-field-text-field input, .cmb-row.cmb2-id-exercise-tips .lsx-field-text-field input, .cmb-row.cmb2-id-exercise-details .lsx-field-text-field input { max-width: 90%; }

Adjoining classes: .cmb-row.cmb2-id-exercise-tips .lsx-field-connect-field textarea
Open

.cmb-row.lsx-admin-row .lsx-field-connect-field textarea, .cmb-row.cmb2-id-exercise-tips .lsx-field-connect-field textarea, .cmb-row.cmb2-id-exercise-details .lsx-field-connect-field textarea { max-width: 500px; width: 100%; }

The property -ms-box-orient is compatible with -webkit-box-orient and should be included as well.
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

The property -ms-box-direction is compatible with -webkit-box-direction and should be included as well.
Open

@media only screen and (min-width: 1000px) { .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row.cmb-type-colorpicker .cmb-td { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

Values of 0 shouldn't have units specified.
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row h3.cmb2-metabox-title { color: #23282d; font-size: 17px; margin: 1em 0; font-weight: 600; -webkit-font-smoothing: subpixel-antialiased; line-height: 1.4em; margin-bottom: 0px; }

Use of !important
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td { text-align: left !important; padding: 20px 10px 20px 0 !important; margin-right: 15px; }

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .enrich > * { text-align: right; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

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

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td { text-align: left !important; padding: 20px 10px 20px 0 !important; margin-right: 15px; }

Values of 0 shouldn't have units specified.
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td:nth-of-type(1) { padding-top: 0px !important; }

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box.support:before { content: '\f107'; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

The universal selector (*) is known to be slow.
Open

.plan_page_help #wpbody .enrich > * { text-align: right; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Heading (h3) should not be qualified.
Open

.plan_page_help #wpbody .box.news h3 { color: #999; font-size: 13px; margin-top: 10px; margin-bottom: 5px; text-transform: uppercase; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td .cmb2-metabox-title
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td .cmb2-metabox-title { margin-top: 0px; }

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box.news ul { margin-top: 0; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row input[type='radio']
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row input[type='radio'] { margin-top: -4px; margin-right: 4px; float: none; }

Adjoining classes: .plan_page_help #wpbody .box.premium:before
Open

.plan_page_help #wpbody .box.premium:before { content: '\f313'; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .cmb-row.lsx-admin-row .lsx-field-col .cmb-th
Open

.cmb-row.lsx-admin-row .lsx-field-col .cmb-th, .cmb-row.cmb2-id-exercise-tips .lsx-field-col .cmb-th, .cmb-row.cmb2-id-exercise-details .lsx-field-col .cmb-th { padding: 0 10px 10px 0; width: 100%; }

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table { margin-top: 0; border: 1px solid transparent; }

Adjoining classes: .plan_page_help #wpbody .box.info:before
Open

.plan_page_help #wpbody .box.info:before { content: '\f534'; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint
Severity
Category
Status
Source
Language