add_link.css
About this file
This CSS file contains styles for the page that allows users to add links to a request. Styles are set for the control div and label for the link form.
* In the comment for instruction-label, the comment states that the styles are set for the extension form.
Code Check Report
csslint: There is 1 problem in .
add_link.css
1: warning at line 2, col 1
Rule doesn't have all its properties in alphabetical order.
.link-control {
Documentation drawn from source code
/* sets controlling div to relative position */
.link-control {
}
/* sets styles for the labels for the extension form */
.link-label {
}