core/modules/_core/res/css/crud/edit/layout.css

Summary

Maintainability
Test Coverage

Adjoining classes: div.crudLayout dl.crudEdit.toolbar
Open

div.crudLayout dl.crudEdit.toolbar {

Adjoining classes: div.crudLayout dl.crudEdit.table dd
Open

div.crudLayout dl.crudEdit.table dd {

Adjoining classes: div.crudLayout dl.crudEdit.table dd span.help
Open

div.crudLayout dl.crudEdit.table dd span.help {

Adjoining classes: div.crudLayout dl.crudEdit.table dt
Open

div.crudLayout dl.crudEdit.table dt {

Adjoining classes: div.crudLayout dl.crudEdit.sidebar
Open

div.crudLayout dl.crudEdit.sidebar {

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

div.crudLayout div.row {

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

div.crudLayout dl.sidebar div.browser {

Element (dt.required) is overqualified, just use .required without element name.
Open

div.crudLayout dl.crudEdit dt.required {

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

div.crudLayout dl.crudEdit dd.validation_error div.validation_message {

Element (dl.crudEdit.toolbar) is overqualified, just use .toolbar without element name.
Open

div.crudLayout dl.crudEdit.toolbar {

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

div.crudLayout dl.sidebar div.filebrowser {

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

div.crudLayout dl.crudEdit dt.title {

Element (span.help) is overqualified, just use .help without element name.
Open

div.crudLayout dl.crudEdit.table dd span.help {

float can't be used with display: table-cell.
Open

    float: left;

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

    padding: 8px 10px 0 0;

Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats) but found 'available'.</content-sizing></percentage></length>
Open

    min-height: available;

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

    padding: 5px 0 5px 5px;

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

div.crudLayout dl.crudEdit dd.validation_error div.validation_message {

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

div.crudLayout dl.crudEdit.sidebar {

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

div.crudLayout dl.crudEdit dt {

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

div.crudLayout dl.crudEdit.table dt {

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

div.crudLayout dl.crudEdit dd {

There are no issues that match your filters.

Category
Status