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
table.advisee-search-results-table {
  width: 100%;
}

table .student-first-name {
  display: inline-block;
  min-width: 110px;
}

.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;
}


#fp-form-student_search_search_form .form-element {
  margin-bottom: 5px;
}

#fp-form-student_search_search_form #element-wrapper-search_for {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

#fp-form-student_search_search_form #element-wrapper-search_for input {
  max-width: 400px;
}


#fp-form-student_search_search_form #element-wrapper-major_code {
  display: inline-block;
  margin-right: 20px;
}

#fp-form-student_search_search_form #element-wrapper-major_code select {
  max-width: 400px;
}


#fp-form-student_search_search_form #element-wrapper-submit_btn {
  display: inline-block;
  margin-bottom: 0;  
}

#fp-form-student_search_search_form #element-wrapper-reset_btn {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 0;
}

#fp-form-student_search_search_form #element-wrapper-reset_btn input {
  /* background-color: pink; */
 
}



#fp-form-student_search_search_form #element-inner-wrapper-search_options label, 
#fp-form-student_search_search_form #element-inner-wrapper-search_options div 
{
  display: inline-block;
  margin-right: 10px;
}
#fp-form-student_search_search_form #element-inner-wrapper-search_options div.checkbox-element input[type=checkbox] {
  position: relative;
  top: 1px;  
  
}


#fp-form-student_search_search_form .markup-element-mark_search_results {
  margin-top: 30px;
}

.markup-element-mark_search_results tr.search-result-row > td,
.student-search-my-advisees tr.search-result-row > td

 {
  border-bottom: 1px solid #ddd;
}

.search-result-row {
  cursor: pointer;
}






File

modules/student_search/css/student_search.css
View source
  1. table.advisee-search-results-table {
  2. width: 100%;
  3. }
  4. table .student-first-name {
  5. display: inline-block;
  6. min-width: 110px;
  7. }
  8. .major-search-form {
  9. text-align: center;
  10. padding-top: 30px;
  11. padding-bottom: 30px;
  12. }
  13. .major-search-form label {
  14. font-size: 0.8em;
  15. font-weight: bold;
  16. }
  17. .student_search_advisee_results {
  18. cursor: pointer;
  19. font-size: 10pt;
  20. }
  21. .student_search_advisee_results td {
  22. vertical-align: top;
  23. }
  24. .student_search_advisee_results .ss-major-code-is-track-yes {
  25. display: none;
  26. }
  27. #fp-form-student_search_search_form .form-element {
  28. margin-bottom: 5px;
  29. }
  30. #fp-form-student_search_search_form #element-wrapper-search_for {
  31. display: inline-block;
  32. margin-right: 20px;
  33. margin-bottom: 0;
  34. }
  35. #fp-form-student_search_search_form #element-wrapper-search_for input {
  36. max-width: 400px;
  37. }
  38. #fp-form-student_search_search_form #element-wrapper-major_code {
  39. display: inline-block;
  40. margin-right: 20px;
  41. }
  42. #fp-form-student_search_search_form #element-wrapper-major_code select {
  43. max-width: 400px;
  44. }
  45. #fp-form-student_search_search_form #element-wrapper-submit_btn {
  46. display: inline-block;
  47. margin-bottom: 0;
  48. }
  49. #fp-form-student_search_search_form #element-wrapper-reset_btn {
  50. display: inline-block;
  51. margin-left: 40px;
  52. margin-bottom: 0;
  53. }
  54. #fp-form-student_search_search_form #element-wrapper-reset_btn input {
  55. /* background-color: pink; */
  56. }
  57. #fp-form-student_search_search_form #element-inner-wrapper-search_options label,
  58. #fp-form-student_search_search_form #element-inner-wrapper-search_options div
  59. {
  60. display: inline-block;
  61. margin-right: 10px;
  62. }
  63. #fp-form-student_search_search_form #element-inner-wrapper-search_options div.checkbox-element input[type=checkbox] {
  64. position: relative;
  65. top: 1px;
  66. }
  67. #fp-form-student_search_search_form .markup-element-mark_search_results {
  68. margin-top: 30px;
  69. }
  70. .markup-element-mark_search_results tr.search-result-row > td,
  71. .student-search-my-advisees tr.search-result-row > td
  72. {
  73. border-bottom: 1px solid #ddd;
  74. }
  75. .search-result-row {
  76. cursor: pointer;
  77. }