AgileVentures/LocalSupport

View on GitHub
app/assets/stylesheets/application.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    background-color: whitesmoke !important;

Don't use IDs in selectors.
Open

#cookie-message-inner {

Use of !important
Open

    padding-top: 0 !important;

Use of !important
Open

        float: none !important;

Don't use IDs in selectors.
Open

#button-rack {

Use of !important
Open

    margin-right: 0 !important;

Don't use IDs in selectors.
Open

#push, #footer {

Don't use IDs in selectors.
Open

#cookie-message-inner .btn {

Don't use IDs in selectors.
Open

#footer {

Don't use IDs in selectors.
Open

    #page-logo {

Use of !important
Open

  padding: 1px 0 1px 0 !important;

Don't use IDs in selectors.
Open

#main p, a {

Don't use IDs in selectors.
Open

#push {

Don't use IDs in selectors.
Open

#footer a {

Don't use IDs in selectors.
Open

#remember_me {

Don't use IDs in selectors.
Open

#floating_div {

Use of !important
Open

    height: 100% !important;

Don't use IDs in selectors.
Open

    #git-container .git-item {

Don't use IDs in selectors.
Open

label.control-label#page_link_visible {

Don't use IDs in selectors.
Open

    #git-container .git-item {

Use of !important
Open

    padding-bottom: 0 !important;

Don't use IDs in selectors.
Open

#push, #footer {

Don't use IDs in selectors.
Open

input#page_link_visible {

Don't use IDs in selectors.
Open

#cookie-message {

Use of !important
Open

  height: auto !important;

Don't use IDs in selectors.
Open

#git-container {

Use of !important
Open

        margin-bottom: -20px!important;

Use of !important
Open

    margin-top: 0 !important;

Don't use IDs in selectors.
Open

#main .container {

Use of !important
Open

    float: right !important;

Don't use IDs in selectors.
Open

#cookie-message-inner h2 {

Use of !important
Open

    margin-bottom: -40px!important;

Use of !important
Open

        margin-bottom: -20px!important;

Don't use IDs in selectors.
Open

    #page-logo {

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

    #git-container .git-item {

Don't use IDs in selectors.
Open

#remember_me > label{

Use of !important
Open

    margin-bottom: 0 !important;

Don't use IDs in selectors.
Open

#error_explanation ul {

Use of !important
Open

    background: #ed1b23 !important;

Don't use IDs in selectors.
Open

    #login {

Don't use IDs in selectors.
Open

#git-container .git-item {

Don't use IDs in selectors.
Open

#error_explanation h4 {

Use of !important
Open

        margin-bottom: -10px!important;

Use of !important
Open

    border-top: none !important;

Don't use IDs in selectors.
Open

#wrap-reset-text {

Don't use IDs in selectors.
Open

#loginForm .in{

Don't use IDs in selectors.
Open

#error_explanation ul li {

Don't use IDs in selectors.
Open

div#container textarea {

Use of !important
Open

    padding-left: 8px !important;

Use of !important
Open

        width: 270px!important;

Don't use IDs in selectors.
Open

#loginForm{

Don't use IDs in selectors.
Open

#error_explanation {

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

    padding: 20px;

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

    border: 1px solid #ccc;

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

    border: 1px solid #ccc;

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

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

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

        border: 1px solid #ccc;

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

    padding: 10px;

Adjoining classes: .navbar .nav > li > .dropdown-menu.pull-right
Open

.navbar .pull-right>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {

Adjoining classes: .nav-collapse.collapse
Open

    .nav-collapse, .nav-collapse.collapse {

Adjoining classes: .navbar .nav > li > .dropdown-menu.pull-right
Open

    .navbar .pull-right>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {

Adjoining classes: .text_area.col-md-6
Open

.text_area.col-md-6 {

Adjoining classes: .navbar .nav-collapse .nav.pull-right
Open

    .navbar .nav-collapse .nav.pull-right {

Adjoining classes: .checkbox.inline
Open

.radio.inline, .checkbox.inline {

Adjoining classes: .nav-collapse.collapse
Open

    .nav-collapse.collapse {

Adjoining classes: .radio.inline
Open

.radio.inline, .checkbox.inline {

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

label.control-label#page_link_visible {

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

label.control-label#page_link_visible {

Element (div#container) is overqualified, just use #container without element name.
Open

div#container textarea {

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

input#page_link_visible {

Heading (h4) has already been defined.
Open

#error_explanation h4 {

Heading (h2) has already been defined.
Open

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

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

.ls_infobox {

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

#cookie-message-inner {

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

.navbar .brand {

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

.nav > li {

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

    .nav-collapse .dropdown-menu {

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

ul, ol {

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

    .nav-collapse.collapse {

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

    .navbar .container {

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

.navbar-wrapper {

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

.radio.inline, .checkbox.inline {

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

.navbar-inner:before, .navbar-inner:after {

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

    #page-logo {

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

.nav-pills>li>a {

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

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {

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

.textContainer div {

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

#cookie-message-inner .btn {

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

.navbar .btn-navbar .icon-bar {

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

.page-frame {

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

#cookie-message {

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

    .nav-collapse, .nav-collapse.collapse {

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

#floating_div {

Heading (h2) should not be qualified.
Open

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

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

.form-frame {

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

div#container textarea {

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

select, textarea, input[type="text"], input[type="password"],

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

.navbar-inner {

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

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {

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

.navbar .nav>li>a {

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

.navbar .btn-navbar {

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

    .navbar .brand {

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

    select, textarea, input[type="text"], input[type="password"],

Heading (h4) should not be qualified.
Open

#error_explanation h4 {

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

body {

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

textarea, input[type="text"] {

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

    #page-logo {

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

    .navbar .pull-right>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {

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

.navbar-nav > li > a {

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

.navbar .nav>li>.dropdown-menu:after {

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

#git-container .git-item {

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

    #git-container .git-item {

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

.wide_form {

Heading (h2) should not be qualified.
Open

#cookie-message-inner h2 {

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

    #git-container .git-item {

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

.table th, .table td {

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

.form-actions {

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

#error_explanation ul {

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

.navbar .nav>li>.dropdown-menu:before {

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

    .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {

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

    #git-container .git-item {

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

.form-frame  input:focus, .form-frame  textarea:focus {

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

#remember_me {

Heading (h4) should not be qualified.
Open

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

There are no issues that match your filters.

Category
Status