course_search_style.css

  1. 6.x modules/course_search/css/course_search_style.css
  2. 4.x modules/course_search/css/course_search_style.css
  3. 5.x modules/course_search/css/course_search_style.css
.page-content {
  font-size: 10pt;
}

.course-search-course-title-row {
  font-weight: bold;
}

.course-search-repeat {
  padding-left: 10px;
  font-weight: normal;
}

.course-search-course-block {
  margin-bottom:20px; 
  margin-left: 10px; 
}

.course-search-sample-syllabus {
  font-size: 0.9em;
}
     
table.fp-course-search-avail td {
  width: 14%;
  text-align: center;
  font-size: 0.9em;
}

.rotation-form-checkboxes div,
.rotation-form-checkboxes label
{
  display: inline;
}

.rotation-form-checkboxes div.element-type-checkboxes {
  display: inline-block;
  min-width: 90px;  
  padding: 5px 0 5px 0;
}

File

modules/course_search/css/course_search_style.css
View source
  1. .page-content {
  2. font-size: 10pt;
  3. }
  4. .course-search-course-title-row {
  5. font-weight: bold;
  6. }
  7. .course-search-repeat {
  8. padding-left: 10px;
  9. font-weight: normal;
  10. }
  11. .course-search-course-block {
  12. margin-bottom:20px;
  13. margin-left: 10px;
  14. }
  15. .course-search-sample-syllabus {
  16. font-size: 0.9em;
  17. }
  18. table.fp-course-search-avail td {
  19. width: 14%;
  20. text-align: center;
  21. font-size: 0.9em;
  22. }
  23. .rotation-form-checkboxes div,
  24. .rotation-form-checkboxes label
  25. {
  26. display: inline;
  27. }
  28. .rotation-form-checkboxes div.element-type-checkboxes {
  29. display: inline-block;
  30. min-width: 90px;
  31. padding: 5px 0 5px 0;
  32. }