Forked from
Stud.IP / Stud.IP
1635 commits behind the upstream repository.
-
Jan-Hendrik Willms authored
Closes #2125 Merge request studip/studip!1634
Jan-Hendrik Willms authoredCloses #2125 Merge request studip/studip!1634
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
study-area-selection.scss 861 B
/* --- Studienbereichsauswahl ----------------------------------------------- */
#study_area_selection {
padding: 1em;
h3 { margin-top: 1em; }
.odd { background-color: var(--content-color-10); }
.even { background-color: var(--content-color-20); }
}
#study_area_selection_none,
#study_area_selection_at_least_one {
font-style: italic;
}
#study_area_selection_chosen {
float: left;
margin: 0;
padding: 0;
width: 49%;
}
#study_area_selection_selectables {
margin: 0 0 0 50%;
padding: 0;
width: 49%;
}
#study_area_selection_chosen,
#study_area_selection_selectables {
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
li { padding-left: 1em; }
}
#admin_seminare_assi {
#study_area_selection {
font-size: 0.8em;
h3 { font-weight: normal; }
}
}