student_search.css

  1. 6.x modules/student_search/css/student_search.css
  2. 4.x modules/student_search/css/student_search.css
  3. 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;
}

File

modules/student_search/css/student_search.css
View source
  1. .major-search-form {
  2. text-align: center;
  3. padding-top: 30px;
  4. padding-bottom: 30px;
  5. }
  6. .major-search-form label {
  7. font-size: 0.8em;
  8. font-weight: bold;
  9. }