style.css
Search API
- 7.x themes/fp_clean/style.css
- 7.x modules/student_profile/css/style.css
- 7.x modules/schools/css/style.css
- 7.x modules/calendar/css/style.css
- 7.x modules/engagements/css/style.css
- 7.x modules/system/css/style.css
- 7.x modules/alerts/css/style.css
- 6.x themes/fp6_clean/style.css
- 6.x modules/engagements/css/style.css
- 6.x modules/alerts/css/style.css
- 6.x modules/system/css/style.css
- 6.x modules/calendar/css/style.css
- 6.x modules/student_profile/css/style.css
- 6.x modules/schools/css/style.css
- 4.x themes/classic/style.css
- 4.x modules/system/css/style.css
- 5.x themes/basic/style.css
- 5.x themes/fp5_clean/style.css
- 5.x themes/classic/style.css
- 5.x modules/system/css/style.css
.alert-field-mark {
  font-size: 1.2em;
}
.alert-field-mark label {
  display: inline;
  font-weight: bold;
}
.alert-field-mark .alert-student-extra-mark {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;  
  color: #888;
}
#element-wrapper-visibility .radio-element {
  display: inline-block;   
}   
table.advisees-alerts
 {
  width: 100%;
  line-height: 2em;
}
table.advisees-alerts tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr.unread {
  font-weight: bold;
} 
#fp-form-alerts_advisees_alerts_form #element-wrapper-filter_status,
#fp-form-alerts_advisees_alerts_form #element-wrapper-submit_btn
 {
  display: inline-block;
  margin-right: 20px;
}
#fp-form-alerts_advisees_alerts_form #element-wrapper-filter_status select {
  width: 200px;
}
File
modules/alerts/css/style.cssView source
- .alert-field-mark {
-   font-size: 1.2em;
- }
- 
- .alert-field-mark label {
-   display: inline;
-   font-weight: bold;
- }
- 
- .alert-field-mark .alert-student-extra-mark {
-   display: inline-block;
-   padding-left: 10px;
-   font-weight: bold;  
-   color: #888;
- }
- 
- 
- 
- #element-wrapper-visibility .radio-element {
-   display: inline-block;   
- }   
- 
- 
- table.advisees-alerts
-  {
-   width: 100%;
-   line-height: 2em;
- }
- 
- table.advisees-alerts tr:nth-child(even) {
-   background-color: #f2f2f2;
- }
- 
- table tr.unread {
-   font-weight: bold;
- } 
- 
- 
- #fp-form-alerts_advisees_alerts_form #element-wrapper-filter_status,
- #fp-form-alerts_advisees_alerts_form #element-wrapper-submit_btn
-  {
-   display: inline-block;
-   margin-right: 20px;
- }
- 
- #fp-form-alerts_advisees_alerts_form #element-wrapper-filter_status select {
-   width: 200px;
- }
