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