qcubed/framework

View on GitHub
assets/php/examples/image_browser/imagebrowser.css

Summary

Maintainability
Test Coverage

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

    border: 1px solid #dedede; 

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

    border: 1px solid #dedede; 

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

    border: 1px solid #dedede; 

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

    padding: 1px; 

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

    border: 1px solid #dedede; 

Element (textarea.ib_caption) is overqualified, just use .ib_caption without element name.
Open

textarea.ib_caption { 

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

.ib_thm_image {

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

textarea.ib_caption { 

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

.ib_main_image { 

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

.ib_nav_button {

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

.ib_main_image_pnl { 

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

.ib_thm {

There are no issues that match your filters.

Category
Status