osbzr/gooderp_addons

View on GitHub
backend_theme/static/src/less/form_adaption.css

Summary

Maintainability
Test Coverage

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

  padding: 0 15px 0 0;

Rule is empty.
Open

.o_form_view {

Adjoining classes: .o_form_view .o_group.o_inner_group
Open

.o_form_view .o_group.o_inner_group {

Adjoining classes: .o_form_view.o_form_nosheet
Open

.o_form_view.o_form_nosheet {

Adjoining classes: .o_form_view .o_group.o_inner_group > tbody > tr > td.o_td_label
Open

.o_form_view .o_group.o_inner_group > tbody > tr > td.o_td_label {

Adjoining classes: .o_form_view.o_form_nosheet.oe_form_nomargin
Open

.o_form_view.o_form_nosheet.oe_form_nomargin {

Adjoining classes: .o_form_view.o_form_nosheet.oe_form_nomargin
Open

.o_form_view.o_form_nosheet.oe_form_nomargin {

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

.o_form_view .o_group.o_inner_group > tbody > tr > td.o_td_label {

Values of 0 shouldn't have units specified.
Open

  width: 0%;

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

.o_form_view .o_group.o_inner_group > tbody > tr > td.o_td_label {

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

.modal-dialog {

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

.o_form_view .o_form_sheet_bg {

There are no issues that match your filters.

Category
Status