
add_instruction.css
About this file
This CSS file contains styles for the page that allows users to add offline instructions. Styles are set for the label of class "instruction-label", the textarea of the instruction, and the div with class "instruction-control".
* In the comment for instruction-label, the comment states that the styles are set for the extension form.
Code Check Report
csslint: There are 2 problems in . add_instruction.css 1: warning at line 2, col 1 Rule doesn't have all its properties in alphabetical order. .instruction-control { add_instruction.css 2: warning at line 14, col 1 Don't use IDs in selectors. #instruction-content, .instruction-content {
Documentation drawn from source code
/* sets controlling div to relative position */
.instruction-control {
}
/* sets styles for the labels for the extension form */
.instruction-label {
}
/* sets the style for the instruction content textarea */
#instruction-content, .instruction-content {
}