course_search_style.css
Search API
- 7.x modules/course_search/css/course_search_style.css
- 6.x modules/course_search/css/course_search_style.css
- 4.x modules/course_search/css/course_search_style.css
- 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.cssView source
- .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;
- }