lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

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

@media (min-width: 992px) { .plan_page_help #wpbody .wrap.about-wrap > .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Heading (h2) should not be qualified.
Open

.plan_page_help #wpbody .box h2 { font-size: 17px; font-weight: 700; margin-top: 40px; text-align: right; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

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

Heading (h2) should not be qualified.
Open

.plan_page_help #wpbody .box h2 { font-size: 17px; font-weight: 700; margin-top: 40px; text-align: left; }
Severity: Minor
Found in assets/css/help.css by csslint

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box h2:first-child { margin-top: 0; }
Severity: Minor
Found in assets/css/help.css by csslint

Don't use IDs in selectors.
Open

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

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

.plan_page_help #wpbody .box.news .date { color: #999; text-transform: uppercase; font-size: 11px; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links .current:hover
Open

.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links .current:hover { color: #23282d; }

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li > a:hover
Open

.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li > a:hover { color: #00a0d2; }

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li:nth-of-type(1) > a
Open

.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li:nth-of-type(1) > a { margin-right: 0; }

The property -moz-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; } }

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

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-th { text-align: right; padding: 20px 0 20px 10px; width: 200px; font-size: 14px; line-height: 1.3; font-weight: 600; color: #23282d; text-shadow: none; vertical-align: baseline; min-width: 210px !important; }

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td input.cmb2-upload-file
Open

.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row div.cmb-td input.cmb2-upload-file { margin-left: 15px; }

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

.cmb-row.lsx-admin-row .lsx-field-col .cmb-th + .cmb-td, .cmb-row.cmb2-id-exercise-tips .lsx-field-col .cmb-th + .cmb-td, .cmb-row.cmb2-id-exercise-details .lsx-field-col .cmb-th + .cmb-td { width: 100%; float: left; }

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

.cmb-row.lsx-admin-row .lsx-field-col-20, .cmb-row.cmb2-id-exercise-tips .lsx-field-col-20, .cmb-row.cmb2-id-exercise-details .lsx-field-col-20 { width: 20%; }

Adjoining classes: .cmb-row.cmb2-id-exercise-details .lsx-field-col-25
Open

.cmb-row.lsx-admin-row .lsx-field-col-25, .cmb-row.cmb2-id-exercise-tips .lsx-field-col-25, .cmb-row.cmb2-id-exercise-details .lsx-field-col-25 { width: 25%; }

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%; }

The property -ms-box-direction is compatible with -webkit-box-direction 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; }

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row
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-pack is compatible with -webkit-box-pack and should be included as well.
Open

@media (min-width: 992px) { .plan_page_help #wpbody .wrap.about-wrap > .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint
Severity
Category
Status
Source
Language