tansaku/LocalSupport

View on GitHub

Showing 943 of 943 total issues

Use of !important
Open

    margin-right: 0 !important;

Use of !important
Open

    margin-bottom: -40px!important;

Heading (h4) should not be qualified.
Open

#git-container .git-item h2, .git-item h4, .git-item p, .git-item a  {

Use of !important
Open

    padding-left: 8px !important;

Element (label.control-label#page_link_visible) is overqualified, just use .control-label without element name.
Open

label.control-label#page_link_visible {

Element (input#page_link_visible) is overqualified, just use #page_link_visible without element name.
Open

input#page_link_visible {

Don't use IDs in selectors.
Open

#remember_me {

Using height with padding-top can sometimes make elements larger than you expect.
Open

  padding-top: 1.1em; /* fixes text jump on Enter keypress */

Don't use IDs in selectors.
Open

#error_explanation ul li {

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

.clearfix:before,

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

.input-block-level {

Use of !important
Open

  cursor: default !important;

Expected (<filter-function-list> | none) but found 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc' endColorstr='#ff0088cc' GradientType=0)'.</filter-function-list>
Open

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);

Property with star prefix found.
Open

  *background-color: #0088cc;

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

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,

Values of 0 shouldn't have units specified.
Open

    margin-top: 0px !important;

Values of 0 shouldn't have units specified.
Open

    padding-bottom: 0px !important;

Values of 0 shouldn't have units specified.
Open

    padding-left: 0px;

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

    padding: 20px;

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

.navbar-nav > li > a {
Severity
Category
Status
Source
Language