student_search.css
Search API
- 7.x modules/student_search/css/student_search.css
- 6.x modules/student_search/css/student_search.css
- 4.x modules/student_search/css/student_search.css
- 5.x modules/student_search/css/student_search.css
.major-search-form {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}
.major-search-form label {
font-size: 0.8em;
font-weight: bold;
}
.student_search_advisee_results {
cursor: pointer;
font-size: 10pt;
}
.student_search_advisee_results td {
vertical-align: top;
}
.student_search_advisee_results .ss-major-code-is-track-yes {
display: none;
}
File
modules/student_search/css/student_search.cssView source
-
- .major-search-form {
-
- text-align: center;
- padding-top: 30px;
- padding-bottom: 30px;
-
- }
-
- .major-search-form label {
- font-size: 0.8em;
- font-weight: bold;
- }
-
- .student_search_advisee_results {
- cursor: pointer;
- font-size: 10pt;
- }
-
- .student_search_advisee_results td {
- vertical-align: top;
- }
-
- .student_search_advisee_results .ss-major-code-is-track-yes {
- display: none;
- }
