qcubed/framework

View on GitHub
assets/css/styles.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    float: none !important;
Severity: Minor
Found in assets/css/styles.css by csslint

Don't use IDs in selectors.
Open

#Qcubed_AJAX_Error {
Severity: Minor
Found in assets/css/styles.css by csslint

Don't use IDs in selectors.
Open

#logo { float: left; height: 30px; }
Severity: Minor
Found in assets/css/styles.css by csslint

Use of !important
Open

    width: auto !important;
Severity: Minor
Found in assets/css/styles.css by csslint

Don't use IDs in selectors.
Open

#tagline a { color: #fff; font-weight: 700; line-height: 30px; margin-left: 10px; text-decoration: none; }
Severity: Minor
Found in assets/css/styles.css by csslint

Use of !important
Open

    float: none !important;
Severity: Minor
Found in assets/css/styles.css by csslint

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('../fonts/Titillium+Web.eot') format('embedded-opentype'), url('../fonts/Titillium+Web.woff') format('woff');
Severity: Minor
Found in assets/css/styles.css by csslint

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('../fonts/Titillium+WebBold.eot') format('embedded-opentype'), url('../fonts/Titillium+WebBold.woff') format('woff');
Severity: Minor
Found in assets/css/styles.css by csslint

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

  src: local('Brawler'), url(../fonts/Brawler.eot) format('embedded-opentype'), url(../fonts/Brawler.woff) format('woff');
Severity: Minor
Found in assets/css/styles.css by csslint

Rule is empty.
Open

.form-field {  }
Severity: Minor
Found in assets/css/styles.css by csslint

Rule is empty.
Open

.form-save {  }
Severity: Minor
Found in assets/css/styles.css by csslint

Element (i.fa) is overqualified, just use .fa without element name.
Open

.datagrid th.sortable div i.fa {
Severity: Minor
Found in assets/css/styles.css by csslint

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

.paginator .selected { background: #780000; border:1px solid #d90d0d; border-radius: 3px; display: inline-block; color: #fff; padding: 0 5px; }
Severity: Minor
Found in assets/css/styles.css by csslint

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

.datagrid th.sortable div span {
Severity: Minor
Found in assets/css/styles.css by csslint

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

.qDbProfile {
Severity: Minor
Found in assets/css/styles.css by csslint

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

.installsteps .full label {
Severity: Minor
Found in assets/css/styles.css by csslint

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

.form-actions { border-radius: 3px; background: #333; padding: 10px; margin: 10px auto; }
Severity: Minor
Found in assets/css/styles.css by csslint

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

pre code { background: #f6f6f6; border: 1px solid #dedede; border-radius: 3px; display: block; padding: 10px; margin:10px auto; white-space: pre-wrap; }
Severity: Minor
Found in assets/css/styles.css by csslint

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

.clickable-rows tr td,th {
Severity: Minor
Found in assets/css/styles.css by csslint

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

.datagrid th.sortable div i.fa {
Severity: Minor
Found in assets/css/styles.css by csslint

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

#Qcubed_AJAX_Error {
Severity: Minor
Found in assets/css/styles.css by csslint

There are no issues that match your filters.

Category
Status