add_extension.css

About this file

This CSS file contains styles for the page that adds an extension to a request, such as setting the style for the textarea with id "extension-reason" and for setting the div with class "extension-control" to a relative position.

Code Check Report




csslint: There are 2 problems in .

add_extension.css
1: warning at line 2, col 1
Rule doesn't have all its properties in alphabetical order.
.extension-control {

add_extension.css
2: warning at line 14, col 1
Don't use IDs in selectors.
#extension-reason {
                        

Documentation drawn from source code

/* sets controlling div to relative position */
.extension-control {
}

/* sets styles for the labels for the extension form */
.extension-label {
}

/* sets the style for the reason textarea */
#extension-reason {
}

Source code