nhironaka/maitri-app

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

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#patients_table tbody tr:hover {

Don't use IDs in selectors.
Open

#table_header{

Don't use IDs in selectors.
Open

#patients_table td{

Don't use IDs in selectors.
Open

#download_button,

Don't use IDs in selectors.
Open

#table_header th,

Don't use IDs in selectors.
Open

#table_header, #patients_table{

Don't use IDs in selectors.
Open

#table_header th{

Use of !important
Open

    padding:0!important;

Don't use IDs in selectors.
Open

#table_header, #patients_table{

Don't use IDs in selectors.
Open

#patients_table tr:nth-child(even) {

Don't use IDs in selectors.
Open

#patients_table td{

Use of !important
Open

    background:none!important;

Don't use IDs in selectors.
Open

#patients_renderer{

Don't use IDs in selectors.
Open

#filter_container{

Use of !important
Open

    background:none!important;

Don't use IDs in selectors.
Open

#filter_container select{

Use of !important
Open

    padding:0!important;

Don't use IDs in selectors.
Open

#logo{

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

    border: 1px solid #ddd;

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

    padding-left:5px;

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

    padding:40px 80px 40px 80px;

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

    border:1px solid rgb(0,105,73);

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

    padding:0 1px;

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

    border: 1px solid #e7e7e7;

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

    border-top:1px solid rgba(0, 0, 0, .05);

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

    border-right:3px solid #999; 

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

    padding:10px; 

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

    padding:10px; 

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

    padding-top: 10px;

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

    padding:15px; 

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

    padding-right:7px; 

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

    padding:2px 10px;

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

    border:1px solid #C6BAC0; 

Adjoining classes: .half-width.narrow
Open

.half-width.narrow{

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;

Adjoining classes: .section_header.style2
Open

.section_header.style2{

Adjoining classes: .sliding.open:after
Open

.sliding.open:after{

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing:border-box;

Adjoining classes: .sliding.open:before
Open

.sliding.open:before{

Adjoining classes: .sliding.open
Open

.sliding.open {

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

.full {

Adjoining classes: .sliding.open:after
Open

.sliding.open:after{

Fallback border-top (hex or RGB) should precede RGBA border-top.
Open

    border-top:1px solid rgba(0, 0, 0, .05);

Adjoining classes: .panels.two_panels
Open

.panels.two_panels{

Adjoining classes: .panel_container.index
Open

.panel_container.index{

Adjoining classes: .section_header.style1
Open

.section_header.style1{

Adjoining classes: .sliding.open:before
Open

.sliding.open:before{

Adjoining classes: .report_anchor.last
Open

.report_anchor.last{

Element (td.title) is overqualified, just use .title without element name.
Open

.patient_record_table td.title{

Element (td.data) is overqualified, just use .data without element name.
Open

.patient_record_table td.data{

Heading (h1) has already been defined.
Open

.half-width-shifted h1{

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

#table_header{

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

.scrolling_table::-webkit-scrollbar-track{

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

.scrolling_table::-webkit-scrollbar-thumb {

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

fieldset {

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

.header{

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

.half-width-shifted{

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

.half-width, .half-width-shifted{

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

#download_button,

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

.table_header_container::-webkit-scrollbar,

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

.table_header_container, .scrolling_table {

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

body{

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

.flash{

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

.table_header_container{

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

.half-width{

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

#patients_table td{

Outlines should only be modified using :focus.
Open

#download_button,

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

.content h1{

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

#table_header th{

Heading (h1) should not be qualified.
Open

.content h1{

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

.half-width-shifted img{

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

.table_container{

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

.scrolling_table{

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

.content{

Heading (h1) should not be qualified.
Open

.half-width-shifted h1{

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

.header span{

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

#table_header, #patients_table{

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

.input_filters {

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

.bottom_link{

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

.patient_record_table{

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

.full {

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

#filter_container{

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

.option-button{

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

.panels{

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

.panel_container{

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

.report_notes{

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

li{

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

.sliding.open:after{

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

.side_bar-nav{

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

.panel{

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

.panel, .panel_container button{

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

.top_link{

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

.sliding.open {

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

.button_link {

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

.panel_content{

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

.filters{

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

.report_footer{

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

.sliding {

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

.div_button,

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

.report_container{

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

.section_header{

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

.patient_record_table td.title{

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

.info_section_container{

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

.info_section{

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

.sign_{

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

.report_tabs_filler{

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

.report_tabs{

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

.nav{

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

.selectors{

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

.field_filters form{

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

.bottom-right{

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

.report_anchor{

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

.sliding.open:before{

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

.div_button{

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

#patients_renderer{

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

.field_filters, .input_filters{

Heading (h4) should not be qualified.
Open

.filters h4{

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

.footer, .footer a{

There are no issues that match your filters.

Category
Status