$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector definition
in the clinical.css file
.sars_question { color: blue; font-family: arial }
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector definition
in the clinical.css file
.sars_radio { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_radio as the class for the radio button
added to the CALM form layout design screen. In the final generated JSP
the text of radio button will will end up in blue Arial font and there
will be a blue border around the radio button and its text.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector definition
in the clinical.css file
.sars_check { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_check as the class for the check box
added to the CALM form layout design screen. In the final generated JSP
the text of the check box will will end up in blue Arial font and there
will be a blue border around the check box and its text.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector definition
in the clinical.css file
.sars_textfield { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_textfield as the class for the text
field added to the CALM form layout design screen. In the final
generated JSP the text in the text field will will end up in blue Arial
font and there will be a blue border around the text field.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector definition
in the clinical.css file
.sars_textarea { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_textarea as the class for the text field
added to the CALM form layout design screen. In the final generated
JSP the text in the text area will will end up in blue Arial font and
there will be a blue border around the text field.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector definition
in the clinical.css file
.sars_dropdown { color: blue; font-family: arial;
border-style: solid;
border-color: #0000ff
}
Then you can enter sars_dropdown as the class for the text field
added to the CALM form layout design screen. In the final generated
JSP the text in the dropdown will will end up in blue Arial font
and there will be a blue border around the text field.
$CLINICAL_HOME/web/pages/layout/clinical.css
For example, let assume you have the following class selector definition
in the clinical.css file
.sars_button { color: blue; font-family: arial}
Then you can enter sars_button as the class for the button
added to the CALM form layout design screen. In the final generated JSP
the text in the button will will end up in blue Arial font.Alt and G keys simultaneously.