style.css

  1. 6.x themes/fp6_clean/style.css
  2. 6.x modules/engagements/css/style.css
  3. 6.x modules/alerts/css/style.css
  4. 6.x modules/system/css/style.css
  5. 6.x modules/calendar/css/style.css
  6. 6.x modules/student_profile/css/style.css
  7. 6.x modules/schools/css/style.css
  8. 4.x themes/classic/style.css
  9. 4.x modules/system/css/style.css
  10. 5.x themes/basic/style.css
  11. 5.x themes/fp5_clean/style.css
  12. 5.x themes/classic/style.css
  13. 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.css
View source
  1. .alert-field-mark {
  2. font-size: 1.2em;
  3. }
  4. .alert-field-mark label {
  5. display: inline;
  6. font-weight: bold;
  7. }
  8. .alert-field-mark .alert-student-extra-mark {
  9. display: inline-block;
  10. padding-left: 10px;
  11. font-weight: bold;
  12. color: #888;
  13. }
  14. #element-wrapper-visibility .radio-element {
  15. display: inline-block;
  16. }
  17. table.advisees-alerts
  18. {
  19. width: 100%;
  20. line-height: 2em;
  21. }
  22. table.advisees-alerts tr:nth-child(even) {
  23. background-color: #f2f2f2;
  24. }
  25. table tr.unread {
  26. font-weight: bold;
  27. }
  28. #fp-form-alerts_advisees_alerts_form #element-wrapper-filter_status,
  29. #fp-form-alerts_advisees_alerts_form #element-wrapper-submit_btn
  30. {
  31. display: inline-block;
  32. margin-right: 20px;
  33. }
  34. #fp-form-alerts_advisees_alerts_form #element-wrapper-filter_status select {
  35. width: 200px;
  36. }