
admin.css
About this file
The CSS file contains styles for the admin page, where the user attributes' styles are set and margins are set for radio buttons, checkboxes, etc.
Code Check Report
csslint: There are 5 problems in . admin.css 1: warning at line 9, col 1 Adjoining classes: .row.user-fields .row.user-fields { admin.css 2: warning at line 14, col 1 Adjoining classes: .row.user-info .row.user-info { admin.css 3: warning at line 14, col 1 Rule doesn't have all its properties in alphabetical order. .row.user-info { admin.css 4: warning at line 19, col 1 Adjoining classes: .row.user-info:nth-child(even) .row.user-info:nth-child(even) { admin.css 5: warning at line 19, col 1 Adjoining classes: .row.user-info:nth-child(even) .row.user-info:nth-child(even) {
Documentation drawn from source code
.no-margin-top {
}
.no-margin-bottom {
}
.row.user-fields {
}
.row.user-info {
}
.row.user-info:nth-child(even) {
}
.break-word {
}